+ 6
By having SVG in html (SVG :scalable, not pixel based, resolution independent, & animated graphic),why we still need to Canvas??
3 ответов
+ 4
Rendering would be slow in SVG if using lots of elements, make it not suitable in game applications.
+ 6
mainly because its hard to make graphics in svg while canvas is easy and canvas is also more interactive
+ 1
You can also use pixels in your favor