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
/
arc
/
tc_2d_MDN_arcTo_2.js
5 lines
•
158 B
JavaScript
View Raw
1
2
3
4
5
ctx
.beginPath
(); ctx
.moveTo
(
180
*ratio,
90
*ratio); ctx
.arcTo
(
180
*ratio,
130
*ratio,
110
*ratio,
130
*ratio,
130
*ratio); ctx
.lineTo
(
110
*ratio,
130
*ratio); ctx
.stroke
();