0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 16:21:57 -05:00

Remove update-radius-attrs event.

Replaced by the now generic `update-size` event.
This commit is contained in:
Andrey Antukh 2016-09-29 07:13:38 +02:00
parent 95a72a3057
commit b1e9936aa6
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -237,17 +237,6 @@
(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