This commit is contained in:
zh
2025-08-11 16:55:32 +08:00

View File

@ -240,7 +240,7 @@ class CurvelineObject extends Base {
let _this = this
if (!this.noseToTail) {
this.computeDistance(
this.options.positions,
this.smoothHandle(this.options.positions),
2,
v
).then(res => {