WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
63548
<image> elements within SVGImage documents won't load
https://bugs.webkit.org/show_bug.cgi?id=63548
Summary
<image> elements within SVGImage documents won't load
Rob Buis
Reported
Tuesday, June 28, 2011 7:25:39 PM UTC
I don't think this works in FF and Opera either.
Attachments
Add attachment
proposed patch, testcase, etc.
Rob Buis
Comment 1
Tuesday, June 28, 2011 9:39:28 PM UTC
***
Bug 23894
has been marked as a duplicate of this bug. ***
Alexey Proskuryakov
Comment 2
Friday, September 21, 2012 6:16:41 PM UTC
It seems to load now, but with a wrong scale.
Robert Longson
Comment 3
Saturday, September 22, 2012 11:32:40 AM UTC
(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
Monday, February 11, 2013 10:38:15 PM UTC
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
Monday, February 11, 2013 11:01:26 PM UTC
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
Monday, May 12, 2014 2:31:56 PM UTC
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.
Top of Page
Format For Printing
XML
Clone This Bug