Bug 63548 - <image> elements within SVGImage documents won't load
Summary: <image> elements within SVGImage documents won't load
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://www.w3.org/Graphics/SVG/Test/2...
Keywords:
: 23894 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-06-28 11:25 PDT by Rob Buis
Modified: 2014-05-12 06:31 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.