Open saidbakr opened 7 years ago
simple up, have same problem... and can not fixe it...
Putting the svg in an iframe works for me.
For example: <iframe src="gear.svg"></iframe>
You cannot use image tag for animated svg.
Use <object>
<object data="gear.svg" type="image/svg+xml">
</object>
I have copied the following exportation code of an animated svg, placing it as an image in my web page. The image does not loop:
I inserted it like:
I used gEdit of Ubuntu 16.04.