HTML5 - HTML5 Web Development Practice Test
HTML5 HTML5 Canvas and Graphics 3
What is the key difference between SVG and HTML5 Canvas?
Select your answer
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
Hint