mirror of
https://github.com/penpot/penpot.git
synced 2025-07-20 19:17:14 +02: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"
|
: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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue