Bug 183748

Summary: Image tag inside of SVG block not rendering
Product: WebKit Reporter: zach.silversmith
Component: SVGAssignee: 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
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
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.