Search found 1 match
- 2012-01-12T15:55:52-07:00
- Forum: Bugs
- Topic: Glib error with duplicate attributes in SVG (6.3.2)
- Replies: 1
- Views: 4125
Glib error with duplicate attributes in SVG (6.3.2)
When trying to convert SVG that contains a tag with duplicate attributes, convert is throwing Glib errors about parsing XML data. It's possible that the SVG we're trying to convert isn't valid (coming from an IE innerHTML), but this should be simple to handle. Try converting the following: works.svg ...