aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/InkHandles.tsx
AgeCommit message (Collapse)Author
2021-09-28renamed some ink filesbobzel
2021-09-28a bunch of code cleanup for inkingstrokesbobzel
2021-09-27fixed ink stroke editing to work with closed curves (eg break / restore ↵bobzel
tangent & drag start/end point). changed ink rendering to use svg bezier curves. fixed bugs with keydown handler to break tangent.
2021-09-14fixed adding a new point on an ink strokebobzel
2021-09-14fixed handle size/placement for ink editing.bobzel
2021-08-18highlighter tool added & workingvkalev
2021-08-12fixed positioning of selection linevkalev
2021-07-28snapping broken tangency addedvkalev
2021-07-27changing format of controls/handles + adding color enumsvkalev
2021-07-22adding broken indices to layoutDoc workingvkalev
2021-07-17added broken indices to layoutDocgeireann
:broken_heart:
2021-07-15adding new point creates tangent handle lines + snapping handle tangents not ↵vkalev
working
2021-07-10fixed adding point bug with breaking handle tangencyvkalev
2021-07-06added breaking of tangent handle lines by holding 'Alt' key when movingvkalev
2021-07-06refactoringvkalev