11.
What is the purpose of the canvas element?

12.
From which version of IE is canvas supported?

13.
Which method is used to obtain the “drawing context” object ?

14.
What is the returning value of the getContext() method?

15.
How does SVG describe complex shapes?

16.
Which is the method invoked to begin a path?

17.
Which is the method invoked to connect the last vertex back to the first?

18.
Which of the following are not the properties of a canvas object?

19.
Which of the following is a property used to check how crisp or fuzzy shadows are?

20.
How do you restore a saved coordinate system?