Bug 63548
Summary: | <image> elements within SVGImage documents won't load | ||
---|---|---|---|
Product: | WebKit | Reporter: | Rob Buis <rwlbuis> |
Component: | SVG | Assignee: | 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
I don't think this works in FF and Opera either.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Rob Buis
*** Bug 23894 has been marked as a duplicate of this bug. ***
Alexey Proskuryakov
It seems to load now, but with a wrong scale.
Robert Longson
(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
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
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
Images are not allowed to load further resources. This is intentionally.