+ 2
Can anyone give me a useful example of svg
I am a developer so I want to check what is the use of svg.
2 Answers
+ 3
svg + css: https://code.sololearn.com/WCi5D98DLlQ0/
svg + js: https://code.sololearn.com/WNSr3tr1M3b9/
+ 1
svg is scalable the picture doesn't pixelatedon zooming as it has mathematical equation for description unlike bitmap. svg is used for large images as it has low memory. svg has several components as elements of dom. so they can easily manipulated by scripts.