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_shaow_blur.js
12 lines
(6 loc)
•
200 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
ctx.fillStyle = "blue"; ctx.shadowBlur = 20
*ratio; ctx.shadowColor = "black"; ctx.shadowOffsetX = 10*
ratio; ctx.shadowOffsetY = 10
*ratio; ctx.fillRect(40*
ratio, 100
*ratio, 200*
ratio, 200
*ratio);