aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/bezierFit.ts
AgeCommit message (Collapse)Author
2025-03-04fixed svg conversion to bezier to handle relative points and dataformats ↵bobzel
without spaces.
2025-03-04fixed up smartDrawHandler a bit to support svg's better. you can now drop ↵bobzel
in a .svg file from the filesystem - still some unfinished business (arcs, background/foreground color inversion)
2025-01-02made drawing fill automatically size imageseleanor-park
2024-11-22added initial Firefly endpoint and hanged smartDrawHandler to generate an ↵bobzel
image and an svg.
2024-11-03fixed parsing of chat's svg's to strokesbobzel
2024-09-22small bug fixes for smart draweleanor-park
2024-08-29merge cleanup cleanupbobzel
2024-07-26Revert "Merge branch 'master' into eleanor-gptdraw"eleanor-park
This reverts commit decbefe23a1da35c838222bafe8a2c029c6ea794, reversing changes made to 8ca26551622d36b7856f5c1865498fa9e5d888b5.
2024-07-26Merge branch 'master' into eleanor-gptdraweleanor-park
2024-07-25cleaned up smart draw & paletteeleanor-park
2024-07-24bug and render fixeseleanor-park
2024-07-11updateseleanor-park
2024-06-18svg to bezier conversioneleanor-park
2024-06-14looking for weird erroreleanor-park
2024-06-11some changeseleanor-park
2024-04-24completing eslint passbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2021-12-02added scale factor for arrows. added control point drag to reparameterize. ↵bobzel
fixed toggling tangent lines to not happen when dragging.
2021-11-30fixed warnings/errors. added inkingStroke comments. need to double-click ↵bobzel
now to add a point to an ink stroke.
2021-11-30change delete points for ink to try to preserve the shape as much as ↵bobzel
possible. Shift + backspace deletes the point without preserving geometry