Opened 10 years ago
Closed 10 years ago
#13406 closed defect (fixed)
[patch][ccla] Rect.setShape() may not reset the corner radius using SVG renderer
Reported by: | Patrick Ruzand | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX GFX | Version: | 1.7.0b1 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
Using the svg renderer, if a Rect is initialized with a corner radius != 0, setting a new shape with a corner radius of 0 has no effect.
That is: surface.createRect({r:50}).setShape({r:0}) will create a Rect with round corners.
Attachments (1)
Change History (3)
Changed 10 years ago by
Attachment: | 13406.patch added |
---|
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
patch from Patrick Ruzand (IBM, CCLA)