SVG Image Not Loading in Firefox

后端 未结 1 1457
轮回少年
轮回少年 2020-12-22 02:30

Here is a codepen and at the bottom of this question is the actual code. Although the code works fine in Chrome, for some reason image elements in an svg<

1条回答
  •  天涯浪人
    2020-12-22 02:55

    The width and height attributes must be assigned to the image element in the actual HTML for SVG version 1.1:

    
      
    

    0 讨论(0)
提交回复
热议问题