Closed GoogleCodeExporter closed 9 years ago
The problem was that the use element was never added to the document root
element. The reason the use element was not added was because SVG Web thought
the root element was not attached to the document. The reason SVG Web thought
the root element was not attached was because of a bug: the fake object
document never had its attached flag set to true and when the root element was
retrieved, it copied the bad flag from the document.
Fixed in r1256.
There is still a problem with the file related to the dynamic sizing behavior.
If the width and height on the SVG file is set statically instead of
dynamically, it works. Problems in that area have previously been reported and
remain open. See Issue 427, Issue 451, and Issue 512.
Original comment by grick23@gmail.com
on 27 Nov 2010 at 9:34
Original issue reported on code.google.com by
dewilh...@gmail.com
on 24 Nov 2010 at 5:04Attachments: