Opened 16 years ago
Closed 15 years ago
#1403 closed enhancement (invalid)
Feature Request: Need ability to remove/delete dojo2d Paths/Nodes/etc
Reported by: | Owned by: | eugene | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | gfx (svg+vml) | Version: | 0.3 |
Keywords: | dojo2d gfx delete remove path node surface | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
We need a way to remove/delete Paths/Nodes?/etc from dojo2d surfaces.
Change History (3)
comment:1 Changed 16 years ago by
Milestone: | → 0.5 |
---|---|
Owner: | changed from dylan to eugene |
Version: | 0.4 → 0.3 |
comment:2 Changed 16 years ago by
Component: | SvgVml → gfx (svg+vml) |
---|
comment:3 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Um. parent.remove(childShape)? where parent is either the Surface or a Group node, and childShape is the shape you are looking to remove...