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:
parent
1a70071405
commit
9cda361523
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue