🐛 Fix issue with paths line to curve and concurrent editing

This commit is contained in:
alonso.torres 2023-07-04 10:48:28 +02:00
parent 66e32e9cbd
commit 302750bd7e
3 changed files with 11 additions and 7 deletions

View file

@ -72,7 +72,7 @@
:curve-to
(let [{:keys [c1x c1y c2x c2y]} params]
(join-params c1x c1y c2x c2y x y))
(join-params (or c1x x) (or c1y y) (or c2x x) (or c2y y) x y))
(:smooth-curve-to :quadratic-bezier-curve-to)
(let [{:keys [cx cy]} params]