Safari embeded SVG doctype

后端 未结 3 563
别跟我提以往
别跟我提以往 2020-12-20 03:28

I have created a page that draws various SVG elements using the raphaeljs library, but I\'m having some issues in Safari.

I am drawing images and using a clipping p

3条回答
  •  旧时难觅i
    2020-12-20 04:32

    In my case I was embeding the .svg into the HTML code. Putting the type="image/svg+xml" attribute into the tag was enough to see the image on safari (mobile). I didn't test on laptop.

提交回复
热议问题