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_save.js
7 lines
(6 loc)
•
189 B
JavaScript
View Raw
1
2
3
4
5
6
7
ctx.fillStyle = '#000000'; ctx.save(); ctx.fillStyle = 'red'; ctx.fillRect(10
*ratio, 10*
ratio, 150
*ratio, 100*
ratio); ctx.restore(); ctx.fillRect(50
*ratio, 50*
ratio, 150
*ratio, 100*
ratio);