aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/InkTangentHandles.tsx
AgeCommit message (Collapse)Author
2021-09-30fixed creating/drawing straight horizontal/vertical lines. fixed showing ↵bobzel
proper context menu for ink.
2021-09-30went back to solid tangent handlesbobzel
2021-09-29made IsClosed a static function. fixed warnings and errors.bobzel
2021-09-29fixed filling of curves. added toggling of brokenindex with right-click. ↵bobzel
changed look of ink handles to be lighter weight and to reflect brokenindex sttate
2021-09-29a number of undo/redo fixes for ink (snapping to tangent, add points, ↵bobzel
dragging tangents). also tried to make storage of undo events more efficient when dragging ink controls (avoid saving hundreds of copies of the InkField)
2021-09-28renamed some ink filesbobzel