Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Web Programming with HTML5 CSS and JavaScriptb
Quiz 12: Canvas
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
If you call ctx.scale(2, 2) and then call ctx.scale(1.5, 1.5) , what happens?
Question 22
Multiple Choice
The standard way to clear the canvas drawing area is to call four of the context object's methods. What is the proper order for calling those methods?
Question 23
Multiple Choice
Given the following syntax for the clearRect method, if you want to clear the entire canvas drawing area, what values are appropriate for the method's first two arguments? Context.clearRect(top-left-x, top-left-y, width, height) ;
Question 24
Multiple Choice
Given the following syntax for the clearRect method, if you want to clear the entire canvas drawing area, what values are appropriate for the method's third and fourth arguments? Context.clearRect(top-left-x, top-left-y, width, height) ;