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
/
font
/
tc_2d_text_strokeText.js
5 lines
(3 loc)
•
115 B
JavaScript
View Raw
1
2
3
4
5
ctx.fillStyle =
'#000000'
; ctx.font = 40*ratio+
"px Arial"
; ctx.strokeText(
"w3school.com.cn"
, 10*ratio, 50*ratio);