What is the key difference between SVG and HTML5 Canvas?
-
A
SVG is vector-based and DOM-accessible; Canvas is pixel-based and script-driven
-
B
Canvas supports XML; SVG does not
-
C
SVG renders faster for animations; Canvas is for static images
-
D
They are identical in rendering approach