1.

Difference between SVG and Canvas HTML5 element?

Answer»
SVGCanvas
SVG is a vector based i.e., composed of shapes. It is Raster based i.e., composed of pixels.
SVG WORKS better with a larger surface.Canvas works better with a SMALLER surface.
SVG can be modified USING CSS and scripts.Canvas can only be modified using scripts.
SVG is highly scalable. So we can print at high QUALITY with high resolution.It is less scalable.


Discussion

No Comment Found