[Webkit-unassigned] [Bug 186315] SVG <image> elements don't dislpay image
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 5 12:37:33 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=186315
Said Abou-Hallawa <sabouhallawa at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |sabouhallawa at apple.com
Resolution|--- |DUPLICATE
--- Comment #1 from Said Abou-Hallawa <sabouhallawa at apple.com> ---
This happens because SVG 2 does not require the xlink namespace before the href attribute.
For example, this tag will not show the image in WebKit
<image href="https://mdn.mozillademos.org/files/6457/mdn_logo_only_color.png" height="200" width="200"/>
But this tag will show it because WebKit still supports SVG 1 only:
<image xlink:href="https://mdn.mozillademos.org/files/6457/mdn_logo_only_color.png" height="200" width="200"/>
*** This bug has been marked as a duplicate of bug 153854 ***
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180605/8b526653/attachment.html>
More information about the webkit-unassigned
mailing list