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
/
stroke
/
tc_2d_stroke.js
9 lines
(6 loc)
•
197 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
ctx.fillStyle =
'#000000'
; ctx.fillRect(0, 0, c.width, c.height); ctx.strokeStyle =
'rgba(255,0,0,1.0)'
; ctx.lineWidth = 5*ratio; ctx.rect(10*ratio, 10*ratio, 100*ratio, 100*ratio) ctx.stroke();