mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 14:53:09 +08:00
lint error fixed
This commit is contained in:
parent
9cb05fcc97
commit
73c3b3a6db
@ -443,7 +443,7 @@
|
||||
|
||||
p0.x += kern;
|
||||
p1.x += kern;
|
||||
this.textWidth +=kern;
|
||||
this.textWidth += kern;
|
||||
|
||||
var midpoint = Konva.Path.getPointOnLine(
|
||||
kern + width / 2.0,
|
||||
|
Loading…
Reference in New Issue
Block a user