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
/
path
/
tc_2d_moveTo.js
7 lines
(5 loc)
•
128 B
JavaScript
View Raw
1
2
3
4
5
6
7
ctx
.beginPath
(); ctx
.moveTo
(
50
*ratio,
50
*ratio); ctx
.lineTo
(
50
*ratio,
150
*ratio); ctx
.lineTo
(
150
*ratio,
150
*ratio); ctx
.stroke
();