Bug 15376 - SVG recursive <use> not rendered
Summary: SVG recursive <use> not rendered
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 523.x (Safari 3)
Hardware: PC Windows 2000
: P2 Normal
Assignee: Nobody
URL: http://philip.html5.org/demos/svg/nes...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-04 15:56 PDT by Philip Taylor
Modified: 2007-10-04 20:56 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philip Taylor 2007-10-04 15:56:19 PDT
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
Comment 1 David Kilzer (:ddkilzer) 2007-10-04 20:18:40 PDT
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.)

Comment 2 Mark Rowe (bdash) 2007-10-04 20:56:57 PDT
(.. yet.)