98-375 · Question #14
Which are two features of SVG? (Choose two.)
The correct answer is C. uses high performance raster-based graphics D. can be modified by using JavaScript. C, not A: SVG is used to define vector-based graphics for the Web D: SVG is XML based, which means that every element is available within the SVG DOM. You can attach JavaScript event handlers for an element. SVG stands for Scalable Vector Graphics SVG defines the graphics in…
Question
Which are two features of SVG? (Choose two.)
Options
- Auses high performance pixel-based graphics
- Bcan be modified by using CSS
- Cuses high performance raster-based graphics
- Dcan be modified by using JavaScript
How the community answered
(49 responses)- A14% (7)
- B8% (4)
- C78% (38)
Explanation
C, not A: SVG is used to define vector-based graphics for the Web D: SVG is XML based, which means that every element is available within the SVG DOM. You can attach JavaScript event handlers for an element. SVG stands for Scalable Vector Graphics SVG defines the graphics in XML format SVG graphics do NOT lose any quality if they are zoomed or resized Every element and every attribute in SVG files can be animated SVG is a W3C recommendation
Topics
Community Discussion
No community discussion yet for this question.