11.
What is the purpose of the Canvas getContext method?
12.
Which of the following is true about Canvas compared to SVG?
13.
How does Canvas handle text rendering?
14.
Which method is used to draw an image onto a Canvas element?
15.
What does the clearRect method do in Canvas?
16.
Which method is used to apply transformations like rotation or scaling on Canvas drawings?
17.
What is the purpose of the toDataURL method in Canvas?
18.
How does Canvas handle transparency in drawings?
19.
Which method is used to start a new path in Canvas for drawing shapes?
20.
Which property sets the line style (width and style) for drawing operations in Canvas?