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   

Description zach.silversmith 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>
Comment 1 zach.silversmith 2018-07-22 08:09:09 PDT
Any updates on this?
Comment 2 Dirk Schulze 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.
Comment 3 Said Abou-Hallawa 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 ***