[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 12:09:19 PST 2013


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





--- Comment #17 from Philip Rogers <pdr at google.com>  2013-01-07 12:11:14 PST ---
(In reply to comment #15)
> 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.
> 

FWIW, Mozilla seems to have made the same choice: https://bugzilla.mozilla.org/show_bug.cgi?id=628747#c34

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

Lets not perpetuate the performance aspect of <object> and turn it into some cargo cult web knowledge. I'm working on fixing the performance issues of svg-as-image in wkbug.com/104693.

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