aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/InkControls.tsx
AgeCommit message (Collapse)Author
2021-09-28renamed some ink filesbobzel
2021-09-28a bunch of code cleanup for inkingstrokesbobzel
2021-09-28fixed adding point drag location. fixed broken indices on deleting.bobzel
2021-09-28converted ink addpoints to not use sampling. needs addPoints() to be filled in.bobzel
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-14Update InkControls.tsxbobzel
fixed error with ink handles.
2021-09-14from lastbobzel
2021-09-14fixed handle size/placement for ink editing.bobzel
2021-09-13working on control pointskimdahey
2021-08-13cleaning upvkalev
2021-08-11added circle shape generation using only 4 Bézier curvesvkalev
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-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-06refactoringvkalev