-
Which of the following statement is true?
-
- SVG needs scripts to draw elements
- In canvas, drawing is done with pixels
- SVG don’t support to event handlers
- Canvas Contains built-in animations
- None of these
Correct Option: B
In SVG drawing is done with vectors and it support event handlers. Canvas doesn’t contains any built-in-animations and drawing is done with pixels.