0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 18:48:37 -05:00

🔥 Remove duplicated line on gradients/add-metadata helper

This commit is contained in:
Andrey Antukh 2023-09-06 15:53:20 +02:00
parent efd4a1ffba
commit 140cb43681

View file

@ -20,7 +20,6 @@
(-> props
(obj/set! "penpot:gradient" "true")
(obj/set! "penpot:start-x" (:start-x gradient))
(obj/set! "penpot:start-x" (:start-x gradient))
(obj/set! "penpot:start-y" (:start-y gradient))
(obj/set! "penpot:end-x" (:end-x gradient))
(obj/set! "penpot:end-y" (:end-y gradient))