UNPKG
test-gcanvas-node
Version:
latest (1.0.1)
1.0.1
1.0.0
gcanvas for node developer
test-gcanvas-node
/
GCanvas
/
core
/
test
/
benchmarks
/
shaow
/
tc_2d_shadow.js
8 lines
(6 loc)
•
195 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
ctx.fillStyle = "blue"; ctx.shadowColor = "black"; ctx.shadowBlur = 20
*ratio; ctx.shadowOffsetX = 20*
ratio; ctx.shadowOffsetY = 20
*ratio; ctx.fillRect(10*
ratio, 10
*ratio, 100*
ratio, 100
*ratio);