mirror of
https://github.com/konvajs/konva.git
synced 2026-01-23 13:26:07 +08:00
fix docs, fix line calculations, close #829
This commit is contained in:
@@ -199,7 +199,7 @@ export class Line<Config extends LineConfig = LineConfig> extends Shape<
|
||||
points[0],
|
||||
points[1],
|
||||
...this._getTensionPoints(),
|
||||
points[points.length - 2],
|
||||
points[points.length - 1],
|
||||
points[points.length - 2]
|
||||
];
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user