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:
parent
efd4a1ffba
commit
140cb43681
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue