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
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.
type="image/svg+xml"