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 let _this = this
if (!this.noseToTail) { if (!this.noseToTail) {
this.computeDistance( this.computeDistance(
this.options.positions, this.smoothHandle(this.options.positions),
2, 2,
v v
).then(res => { ).then(res => {