0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

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"
:xmlnsXlink "http://www.w3.org/1999/xlink"
:xmlns "http://www.w3.org/2000/svg"
:xmlns:penpot "https://penpot.app/xmlns"}
[:& background {:vbox dim :color background-color}]
:xmlns:penpot "https://penpot.app/xmlns"
:style {:width "100%"
:height "100%"
:background background-color}}
(for [item shapes]
(let [frame? (= (:type item) :frame)]
(cond