diff options
| author | eleanor-park <eleanor_park@brown.edu> | 2024-07-11 11:50:01 -0400 |
|---|---|---|
| committer | eleanor-park <eleanor_park@brown.edu> | 2024-07-11 11:50:01 -0400 |
| commit | 49b3c7cbe01f830a2b1d2c02452901fe360348d3 (patch) | |
| tree | ad4efc73fac5e2dfa20b1911399821614f42fa8c /src/client/util/bezierFit.ts | |
| parent | f33e6c9e191092e6050f980892b4404ff0d0a1f2 (diff) | |
updates
Diffstat (limited to 'src/client/util/bezierFit.ts')
| -rw-r--r-- | src/client/util/bezierFit.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/bezierFit.ts b/src/client/util/bezierFit.ts index f5696afaf..98a6feea0 100644 --- a/src/client/util/bezierFit.ts +++ b/src/client/util/bezierFit.ts @@ -627,7 +627,6 @@ export function GenerateControlPoints(coordinates: Point[], alpha = 0.1) { } export function SVGToBezier(name: SVGType, attributes: any): Point[] { - console.log('in svg to bezier', name, attributes); switch (name) { case 'line': const x1 = parseInt(attributes.x1); |
