Which method should you use?

You are developing a web page that will contain an animated logo. The web page currently has a
logo image on a canvas object.
You need to spin the logo image on the canvas.
Which method should you use?

You are developing a web page that will contain an animated logo. The web page currently has a
logo image on a canvas object.
You need to spin the logo image on the canvas.
Which method should you use?

A.
context.rotate()

B.
context.spin()

C.
context.translatePosition()

D.
context.setTransform()



Leave a Reply 1

Your email address will not be published. Required fields are marked *