Opened 10 years ago
Closed 10 years ago
#11542 closed defect (invalid)
Cannot parse d="" error
Reported by: | opichals | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX GFX | Version: | 1.5 |
Keywords: | svg | Cc: | |
Blocked By: | Blocking: |
Description
svg.js setShape() sets the 'd' attribute even when it contains no values. This http://gist.github.com/511242 patch eliminates this case and makes the browsers happy.
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Nope. It is there to remove a path as well. Your patch makes it impossible. Try to remove
d
attribute or something, when path is empty.