Opened 13 years ago
Closed 12 years ago
#9960 closed defect (worksforme)
Cannot use gfx.animateTransform with gfx.Groups
Reported by: | Tom Trenka | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | DojoX GFX | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Since gfx.animateTransform doesn't use .applyTransform, when attempting to animate a group, initial transform info is lost (since groups can be placed on a canvas using a translate transform). This means that none of the VectorText? elements can be animated via transform, and some of the chart types (like the Candlesticks).
I'm wondering if there's a way to tell whether or not the passed shape either is a group or has existing transformations on them, and then preserving those transformations...
Attachments (1)
Change History (4)
comment:1 Changed 13 years ago by
Milestone: | tbd → future |
---|---|
Status: | new → assigned |
Changed 12 years ago by
Attachment: | #9660.html added |
---|
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Milestone: | future → 1.5 |
---|---|
Resolution: | → worksforme |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
This problem no longer exists. I made a test case for verification. Consider to close this ticket.