Canvas draws how the scale of the clock rotates individually instead of the whole canvas.

how do I make the scale rotate separately? Instead of rotating the whole canvas? Canvas novice asks the boss to answer

Nov.30,2021

before drawing the scale
ctx.save ();
ctx.rotate (the angle you want to turn)
ctx.drawImage ctx.fill the process of drawing the scale
ctx.restore ()

then loop

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b063-2c253.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b063-2c253.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?