Following quiz provides Multiple Choice Questions (MCQs) related to SVG Framework. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.
Q 1 - Which of the following is true about SVG?
A - SVG is a XML based format to draw vector images.
SVG is a XML based format to draw vector images. It is used to draw two - dimentional vector images.
Q 2 - Which of the following attribute of text tag of SVG sets the rotation to be applied to all glyphs?
'rotation' attribute of text tag of SVG sets the rotation to be applied to all glyphs.
Q 3 - Which of the following is a valid SVG filter?
All of the above are valid SVG filters.
Q 4 - Which of the following represents x-axis co-ordinate of top left of the rectangle?
x − x-axis co-ordinate of top left of the rectangle. Default is 0.
Q 5 - Which of the following represents y-axis co-ordinate of the center of the ellipse?
cy − y-axis co-ordinate of the center of the ellipse.
L command of path element creates a line.
C command of path element creates a curve.
Q 8 - What is the default value of y-axis co-ordinate of center of the circle?
Default value is 0.
Q 9 - What is the default value of y-axis co-ordinate of start point of the line?
Default value is 0.
c command of path element creates a curve.