[Webkit-unassigned] [Bug 15443] SVGImage does not support sub-resource loading
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 9 08:06:45 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=15443
--- Comment #18 from Cosmin Truta <ctruta at chromium.org> 2011-02-09 08:06:44 PST ---
I am posting the previous example again, because I have just realized that I used "main" in two places, confusingly. Here is the non-confusing version:
** file "main.svg"
<svg ...>
...
<use x="0" y="0" xlink:href="embedded.svg#TOP">
...
</svg>
** file "embedded.svg"
<svg id="TOP" ...>
...
</svg>
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list