Bug 183748
| Summary: | Image tag inside of SVG block not rendering | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | zach.silversmith |
| Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Critical | CC: | krit, sabouhallawa, zimmermann |
| Priority: | P1 | ||
| Version: | Safari 11 | ||
| Hardware: | Mac | ||
| OS: | macOS 10.13 | ||
zach.silversmith
The follow SVG does not render in Safari, but renders in all other major browsers:
<svg width=200 height=200
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<image href="https://mdn.mozillademos.org/files/6457/mdn_logo_only_color.png" height="200" width="200"/>
</svg>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
zach.silversmith
Any updates on this?
Dirk Schulze
As a workaround use xlink:href instead of href. href w/o namespace is not implemented at the moment.
Said Abou-Hallawa
This is already fixed by https://bugs.webkit.org/show_bug.cgi?id=153854.
*** This bug has been marked as a duplicate of bug 153854 ***