提交 4ddba3ed 编写于 作者: DCloud_iOS_XHY's avatar DCloud_iOS_XHY

修改 element-draw 示例镂空字体 lineWidth 为 0.5 效果更明显

上级 eec5ee7d
......@@ -68,6 +68,7 @@
if (i % 2 == 0) {
ctx.fillText(value, width / 2, (20 * (i + 1)))
} else {
ctx.lineWidth = 0.5
ctx.strokeText(value, width / 2, (20 * (i + 1)))
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册