[Webkit-unassigned] [Bug 104111] REGRESSION (r129585): Cannot load DATA URI resources within the context of an SVG image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 7 11:58:37 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=104111





--- Comment #15 from Adam Barth <abarth at webkit.org>  2013-01-07 12:00:32 PST ---
SVGImages cannot load subresources.  Changing that correctly would require a major change to the loader, and it's not clear we even want to change that.

Instead of using <img> to load your SVG, consider using <object>.  If you use object, you'll be able to load subresources and you'll get much better performance.

-- 
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