index
:
Dash-Web.git
master
A copy of AVD's Dash-Web software, hosted on my own hardware for local use.
browndash
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
views
/
InkControls.tsx
Age
Commit message (
Collapse
)
Author
2021-09-28
renamed some ink files
bobzel
2021-09-28
a bunch of code cleanup for inkingstrokes
bobzel
2021-09-28
fixed adding point drag location. fixed broken indices on deleting.
bobzel
2021-09-28
converted ink addpoints to not use sampling. needs addPoints() to be filled in.
bobzel
2021-09-27
fixed 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-14
fixed adding a new point on an ink stroke
bobzel
2021-09-14
Update InkControls.tsx
bobzel
fixed error with ink handles.
2021-09-14
from last
bobzel
2021-09-14
fixed handle size/placement for ink editing.
bobzel
2021-09-13
working on control points
kimdahey
2021-08-13
cleaning up
vkalev
2021-08-11
added circle shape generation using only 4 Bézier curves
vkalev
2021-07-28
snapping broken tangency added
vkalev
2021-07-27
changing format of controls/handles + adding color enums
vkalev
2021-07-22
adding broken indices to layoutDoc working
vkalev
2021-07-15
adding new point creates tangent handle lines + snapping handle tangents not ↵
vkalev
working
2021-07-10
fixed adding point bug with breaking handle tangency
vkalev
2021-07-06
refactoring
vkalev