+ 1
How can i save a svg that i have created using html
I some times create nice svg and i want to save it as an image or a video but i don't know how to do it can any one help me
2 Answers
+ 4
There are certain tools online which allow you to convert svg to some other format. Just keep in mind that after doing so, whatever end result you have is now bound to a certain resolution.
https://svgtopng.com/
http://www.professorcloud.com/svg-to-canvas/
If you are trying to do this programmatically, I recall having used html2canvas.
https://html2canvas.hertzen.com/
0
Thank you bro