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

Rob Buis
Reported 2011-06-28 11:25:39 PDT
I don't think this works in FF and Opera either.
Attachments
Rob Buis
Comment 1 2011-06-28 13:39:28 PDT
*** Bug 23894 has been marked as a duplicate of this bug. ***
Alexey Proskuryakov
Comment 2 2012-09-21 10:16:41 PDT
It seems to load now, but with a wrong scale.
Robert Longson
Comment 3 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
Zach Leatherman
Comment 4 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.
Zach Leatherman
Comment 5 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
Dirk Schulze
Comment 6 2014-05-12 06:31:56 PDT
Images are not allowed to load further resources. This is intentionally.
Note You need to log in before you can comment on or make changes to this bug.