Bug 63548

Summary: <image> elements within SVGImage documents won't load
Product: WebKit Reporter: Rob Buis <rwlbuis>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: jay, krit, zachleatherman, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://www.w3.org/Graphics/SVG/Test/20061213/svgHarness/full-color-prof-01-f.svg

Description Rob Buis 2011-06-28 11:25:39 PDT
I don't think this works in FF and Opera either.
Comment 1 Rob Buis 2011-06-28 13:39:28 PDT
*** Bug 23894 has been marked as a duplicate of this bug. ***
Comment 2 Alexey Proskuryakov 2012-09-21 10:16:41 PDT
It seems to load now, but with a wrong scale.
Comment 3 Robert Longson 2012-09-22 03:32:40 PDT
(In reply to comment #0)
> I don't think this works in FF and Opera either.

Intentionally so. In Firefox images must be self contained so <image> elements within SVGImage documents would need to be data URLs. See https://bugzilla.mozilla.org/show_bug.cgi?id=628747
Comment 4 Zach Leatherman 2013-02-11 14:38:15 PST
Worth noting that WebKit does not work with data URLs or linked images. IE9+ and Firefox both work with data URLs and even IE9+ supports linked images.
Comment 5 Zach Leatherman 2013-02-11 15:01:26 PST
Christian Schaefer was nice enough to point out that it does in fact work with Inline SVG.

https://twitter.com/derSchepp/status/301099502624989184
Comment 6 Dirk Schulze 2014-05-12 06:31:56 PDT
Images are not allowed to load further resources. This is intentionally.