SVG - Online Quiz



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.

Questions and Answers

Q 2 - Which of the following attribute of text tag of SVG represents the y axis cordinates of glyphs?

A - x

B - y

C - dx

D - dy

Answer : B

Explanation

'y' attribute of text tag of SVG represents the y axis cordinates of glyphs.

Q 3 - Which of the following is a valid SVG filter?

A - feComposite

B - feConvolveMatrix

C - feDiffuseLighting

D - All of the above.

Answer : D

Explanation

All of the above are valid SVG filters.

Q 5 - Which of the following is used to round the corner of the rounded rectangle along y-axis?

A - y

B - ry

C - height

D - None of the above

Answer : B

Explanation

ry − used to round the corner of the rounded rectangle.

Q 6 - Which of the following represents x-axis radius of the ellipse?

A - x

B - cx

C - rx

D - None of the above

Answer : C

Explanation

rx - x-axis radius of the ellipse.

Answer : A

Explanation

When commands are in Upper case, these represents absolute path.

Q 8 - What is the default value of y-axis co-ordinate of center of the circle?

A - 0

B - -1

C - Any arbitrary value.

D - None of the above.

Answer : A

Explanation

Default value is 0.

Q 9 - What is the default value of y-axis co-ordinate of start point of the line?

A - -1

B - 0

C - Any arbitrary value.

D - None of the above.

Answer : B

Explanation

Default value is 0.

Q 10 - l command of path element move from one point to another point.

A - true

B - false

Answer : B

Explanation

m command of path element move from one point to another point.

svg_questions_answers.htm
Advertisements