+ 1
Which is the difference between SVG and CANVAS?
4 Answers
+ 7
1.Canvas is pixels dependent, svg is pixel independent.
If you zoom in SVG item there will be no lack of resolutions, but canvas have a fixed resolution.
2. Canvas need javascript
But SVG can work without javascript