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