Closed GoogleCodeExporter closed 9 years ago
Yes, related to issue 221. If you look at the Error Console in FireFox you see
an error - "duplicate attribute" on xmlns. This is because svg.js inserts a
missing svg namespace before expanding the ENTITY definitions.
I tried shifting the "if (addMissing) {...}" block to just after the ENTITY
expansion and it then works.
Original comment by k...@svgmaker.com
on 11 Nov 2010 at 1:59
It works for me as well, thanks!
Original comment by vince.be...@gmail.com
on 11 Nov 2010 at 2:44
Original comment by bradneub...@gmail.com
on 16 Nov 2010 at 7:00
Fixed in r1264
Original comment by grick23@gmail.com
on 29 Nov 2010 at 3:55
Original issue reported on code.google.com by
vince.be...@gmail.com
on 10 Nov 2010 at 11:53Attachments: