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 6088 - Editing rectangle with rounded corners rx = ry
Summary: Editing rectangle with rounded corners rx = ry
Status: RESOLVED FIXED
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-16 10:35 UTC by fred.wang
Modified: 2009-06-04 10:40 UTC (History)
4 users (show)

See Also:


Attachments
testcase (527 bytes, image/svg+xml)
2008-09-16 10:35 UTC, fred.wang
Details
3 steps of the bug (8.71 KB, image/jpeg)
2009-05-28 18:27 UTC, fred.wang
Details

Description fred.wang 2008-09-16 10:35:08 UTC
Created attachment 584 [details]
testcase

When only one radius (attribute rx or ry) is given we have rx = ry.

- during the edition, the radius should be between 0 and min(lx, ly)/2.
- after the edition, the presentation values are not well updated.
Comment 1 Vatton 2009-05-28 11:01:20 UTC
(In reply to comment #0)
> Created an attachment (id=584) [details]
> testcase
> 
> When only one radius (attribute rx or ry) is given we have rx = ry.
> 
> - during the edition, the radius should be between 0 and min(lx, ly)/2.
> - after the edition, the presentation values are not well updated.
> 

The problem seems to be solved in the CVS version.
Comment 2 fred.wang 2009-05-28 18:26:42 UTC
(In reply to comment #1)
> (In reply to comment #0)
> > Created an attachment (id=584) [details] [details]
> > testcase
> > 
> > When only one radius (attribute rx or ry) is given we have rx = ry.
> > 
> > - during the edition, the radius should be between 0 and min(lx, ly)/2.
> > - after the edition, the presentation values are not well updated.
> > 
> 
> The problem seems to be solved in the CVS version.
> 

To see the bug, you need to move the red handle (on the left) from top to bottom.
See the screenshot.
Comment 3 fred.wang 2009-05-28 18:27:07 UTC
Created attachment 701 [details]
3 steps of the bug
Comment 4 Vatton 2009-06-04 10:40:53 UTC
The management of only one radius is now fixed