mirror of
https://github.com/penpot/penpot.git
synced 2025-03-16 09:41:41 -05:00
Revert "Remove update-radius-attrs
event."
This reverts commit b1e9936aa6
.
This commit is contained in:
parent
c22ac8e302
commit
1f73638018
1 changed files with 11 additions and 0 deletions
|
@ -237,6 +237,17 @@
|
|||
(when color {:stroke color})
|
||||
(when opacity {:stroke-opacity opacity})))))
|
||||
|
||||
(defn update-radius-attrs
|
||||
[sid {:keys [rx ry] :as opts}]
|
||||
(reify
|
||||
udp/IPageUpdate
|
||||
rs/UpdateEvent
|
||||
(-apply-update [_ state]
|
||||
(update-in state [:shapes-by-id sid]
|
||||
merge
|
||||
(when rx {:rx rx})
|
||||
(when ry {:ry ry})))))
|
||||
|
||||
(defn hide-shape
|
||||
[sid]
|
||||
(reify
|
||||
|
|
Loading…
Add table
Reference in a new issue