Removed unnecessary background box

This commit is contained in:
alonso.torres 2021-05-27 14:31:47 +02:00
parent 1a70071405
commit 9cda361523

View file

@ -148,8 +148,10 @@
:version "1.1" :version "1.1"
:xmlnsXlink "http://www.w3.org/1999/xlink" :xmlnsXlink "http://www.w3.org/1999/xlink"
:xmlns "http://www.w3.org/2000/svg" :xmlns "http://www.w3.org/2000/svg"
:xmlns:penpot "https://penpot.app/xmlns"} :xmlns:penpot "https://penpot.app/xmlns"
[:& background {:vbox dim :color background-color}] :style {:width "100%"
:height "100%"
:background background-color}}
(for [item shapes] (for [item shapes]
(let [frame? (= (:type item) :frame)] (let [frame? (= (:type item) :frame)]
(cond (cond