提交 e52fabd7 编写于 作者: D DCloud_LXH

fix: __hidpi__ fillText、strokeText maxWidth

上级 5f45c1d6
......@@ -106,6 +106,7 @@ if (pixelRatio !== 1) {
args[1] *= pixelRatio
args[2] *= pixelRatio
args[3] *= pixelRatio
typeof args[3] !== 'number' && (args.length = 3)
// Safari 重新设置部分属性会导致其他值恢复默认,需获取原始值
var font = this.__font__ || this.font
......@@ -132,6 +133,7 @@ if (pixelRatio !== 1) {
args[1] *= pixelRatio // x
args[2] *= pixelRatio // y
args[3] *= pixelRatio // y
typeof args[3] !== 'number' && (args.length = 3)
// Safari 重新设置部分属性会导致其他值恢复默认,需获取原始值
var font = this.__font__ || this.font
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册