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
/
line
/
tc_2d_lineGap_round.js
7 lines
(6 loc)
•
145 B
JavaScript
View Raw
1
2
3
4
5
6
7
ctx.beginPath(); ctx.lineWidth = 10
*ratio; ctx.lineCap = "round"; ctx.moveTo(10*
ratio, 50
*ratio); ctx.lineTo(100*
ratio, 50
*ratio); ctx.stroke();