0
what is difference between canvas and svg?
4 Respostas
+ 1
canvas drawings are done with pixels and svg drawings are done with vectors
+ 1
Canvas uses javascript to draw graphics while svg does not
+ 1
If you were to use images, SVG is a lot better to use as it does not lose quality when stretched as png, jpeg, jpg will lose and get pixelated as a result. It is all personal preference really. Canvas works on a tech level on drawing with pixels
0
Canvas is made for graphics