diff options
author | bobzel <zzzman@gmail.com> | 2024-04-14 16:22:49 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-04-14 16:22:49 -0400 |
commit | 76c815c248093320510de9af4c959921800e8d34 (patch) | |
tree | 3ebeb91e81322551b2f596ecb9d9850c23dd55ed /src | |
parent | 1e38354b1aa57b2c79624ff270595c04052af19e (diff) |
from last
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index 57868825e..4654de427 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -849,7 +849,7 @@ export class CollectionFreeFormView extends CollectionSubView<Partial<collection const inkStroke = ink?.ComponentView as InkingStroke; const { inkData } = inkStroke.inkScaledData(); - const eraserInkData = inkStroke.splitByEraser(inkCoords, eraseRadius).inkData; + const eraserInkData = inkStroke.splitByEraser(inkCoords, eraseRadius); const tVals: number[] = []; // should be the tvals of the intersections |