True/False
To rotate around a position different from the coordinate system's origin, you should first call <code>translate</code> to move the origin so it is centered at the position where you want the rotation to take place.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: Given the following syntax for the arc
Q21: If you would like your drawn rectangle's
Q22: Given the following syntax for the arc
Q23: When assigning colors for canvas shapes, you
Q24: After the browser engine assigns a value
Q25: How do you specify the color for
Q26: What does the following method call do?<br>context.setTransform(1,
Q28: Given the following syntax for the clearRect
Q29: Which of the following is the context
Q30: Given the following syntax for the clearRect