nerdexam
Microsoft

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…

Understanding Game Programming

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)
  • A
    14% (7)
  • B
    8% (4)
  • C
    78% (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

#SVG#vector graphics#CSS#JavaScript

Community Discussion

No community discussion yet for this question.

Full 98-375 Practice