WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 153854
183748
Image tag inside of SVG block not rendering
https://bugs.webkit.org/show_bug.cgi?id=183748
Summary
Image tag inside of SVG block not rendering
zach.silversmith
Reported
2018-03-19 12:55:07 PDT
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
Comment 1
2018-07-22 08:09:09 PDT
Any updates on this?
Dirk Schulze
Comment 2
2018-07-22 13:26:41 PDT
As a workaround use xlink:href instead of href. href w/o namespace is not implemented at the moment.
Said Abou-Hallawa
Comment 3
2019-05-06 15:33:52 PDT
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
***
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