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