mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-09-27 16:49:01 +02:00
offsetting
This commit is contained in:
@@ -700,9 +700,10 @@ class Bezier {
|
||||
d2 = typeof d2 === "undefined" ? d1 : d2;
|
||||
const reduced = this.reduce(),
|
||||
len = reduced.length,
|
||||
fcurves = [],
|
||||
bcurves = [];
|
||||
let p,
|
||||
fcurves = [];
|
||||
|
||||
let bcurves = [],
|
||||
p,
|
||||
alen = 0,
|
||||
tlen = this.length();
|
||||
|
||||
|
Reference in New Issue
Block a user