This commit is contained in:
2025-08-11 16:54:44 +08:00
parent 7958e40494
commit e6da82c76c

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 => {