This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 6061 - Edited Basic Shapes are bad rendered after some commands
Summary: Edited Basic Shapes are bad rendered after some commands
Status: REOPENED
Alias: None
Product: Amaya
Classification: Unclassified
Component: SVG (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: fred.wang
QA Contact: fred.wang
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-15 10:18 UTC by fred.wang
Modified: 2009-05-28 18:09 UTC (History)
4 users (show)

See Also:


Attachments
Testcase (1.18 KB, image/svg+xml)
2008-09-15 10:18 UTC, fred.wang
Details

Description fred.wang 2008-09-15 10:18:24 UTC
Created attachment 579 [details]
Testcase

Edited shapes are not displayed well after commands such that group, bring to front...
This is certainly because the bounding box is not updated well in the module "EditShape".
Comment 1 Vatton 2009-05-20 09:48:53 UTC
Problem fixed in the CVS version
Comment 2 fred.wang 2009-05-20 17:18:38 UTC
(In reply to comment #1)
> Problem fixed in the CVS version
> 

I've still this problem :
When you resize the square with the green handle (not when you use the scaling) and group it, it is unexpectedly moved.

The problem is in thotlib/dialogue/AmayaEditShapeEvtHandler.cpp. At the end of function OnMouseMove, the box properties of the shape are not well updated.

The bug does not come from the XML tree since : when you save the svg file and reload it, the square is displayed in the right place.