1.

How does SVG describe complex shapes?(a) Path of lines(b) Path of curves(c) Path of lines and curves(d) PlanesI had been asked this question in an online quiz.The question is from Graphics topic in portion Graphics and Rendering of JavaScript

Answer»

The correct choice is (C) Path of lines and CURVES

To explain I would say: SVG stands for ‘Scalable Vector Graphics’ and it is USED to define graphics for the WEB. SVG is mostly used for vector type DIAGRAMS like Two-dimensional graphs in an X, Y coordinate system, Pie charts etc. SVG describes complex shapes as a “path” of lines and curves that can be drawn or filled.



Discussion

No Comment Found

Related InterviewSolutions