Bug 15376
Summary: | SVG recursive <use> not rendered | ||
---|---|---|---|
Product: | WebKit | Reporter: | Philip Taylor <excors> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | PC | ||
OS: | Windows 2000 | ||
URL: | http://philip.html5.org/demos/svg/nested-use.svg |
Philip Taylor
When a <use xlink:href="..."/> refers to another <use/> element, it is not rendered.
http://philip.html5.org/demos/svg/nested-use.svg should show three blue squares. In WebKit r25545, it only shows two squares.
Firefox 2 and Opera 9.2 show three squares. Inkscape generates files with this kind of structure when using its cloning function, like in http://philip.html5.org/demos/svg/crest.svg
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
This works for me in feature-branch WebKit nightly build r26041 (which has many more SVG fixes):
http://nightly.webkit.org/builds/overview/feature-branch
Closing as RESOLVED/WORKSFORME. (Sorry there aren't any Windows builds of the feature-branch.)
Mark Rowe (bdash)
(.. yet.)