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
/
fill
/
tc_2d_fill.js
12 lines
(9 loc)
•
266 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
ctx.fillStyle =
"#000000"
; ctx.fillRect(0, 0, c.width, c.height); ctx.fillStyle =
"#FFF"
; ctx.lineWidth = 2; ctx.beginPath(); ctx.moveTo(10*ratio, 24*ratio); ctx.lineTo(100*ratio, 200*ratio); ctx.lineTo(50*ratio, 34*ratio); ctx.fill();