mirror of
https://github.com/penpot/penpot.git
synced 2025-07-23 04:17:16 +02:00
🐛 Fix issue with paths line to curve and concurrent editing
This commit is contained in:
parent
66e32e9cbd
commit
302750bd7e
3 changed files with 11 additions and 7 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue