UNPKG
test-gcanvas-node
Version:
latest (1.0.1)
1.0.1
1.0.0
gcanvas for node developer
test-gcanvas-node
/
core
/
test
/
benchmarks
/
verb
/
tc_2d_rotate.js
4 lines
(3 loc)
•
113 B
JavaScript
View Raw
1
2
3
4
ctx.rotate(20 * Math.PI / 180); ctx.fillStyle = 'yellow'; ctx.fillRect(50
*ratio, 20*
ratio, 100
*ratio, 50*
ratio);