Complete this quiz after the lesson by checking one answer per question.
- You can perform drawing operations directly on the Canvas
- true
- false
- You listen to the
onload
event to know when an image has loaded asynchronously
- true
- false
- You draw images onto a screen with an operation called
- paintImage()
- drawImage()
- draw()