0
Difference between
What is the difference between Canvas and SVG? please give me answer in details, for better understanding.
1 Réponse
0
Canvas: Total available drawing surface digitally. Is a virtual space.
SVG: Scalable Vector Graphics. Format that is expressed as geometric values, instead of pixels like raster graphics, thus resized easily without quality loss like artifacts.
But "canvas" can mean many things based on scope. For example I explained from a game dev point of view.