0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-16 01:31:22 -05:00

Revert "Remove update-radius-attrs event."

This reverts commit b1e9936aa6.
This commit is contained in:
Andrey Antukh 2016-09-29 07:38:28 +02:00
parent c22ac8e302
commit 1f73638018
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -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