mirror of
https://github.com/penpot/penpot.git
synced 2025-03-15 09:11:21 -05:00
🐛 Fixes problem with default fill colors
This commit is contained in:
parent
942c62bf1d
commit
1be993f8b1
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
||||||
;; If contains svg-attrs the origin is svg. If it's not svg origin
|
;; If contains svg-attrs the origin is svg. If it's not svg origin
|
||||||
;; we setup the default fill as transparent (instead of black)
|
;; we setup the default fill as transparent (instead of black)
|
||||||
(and (not (contains? shape :svg-attrs))
|
(and (not (contains? shape :svg-attrs))
|
||||||
(not (= :svg-raw (:type shape))))
|
(not (#{ :svg-raw :group } (:type shape))))
|
||||||
{:fill "transparent"}
|
{:fill "transparent"}
|
||||||
|
|
||||||
:else
|
:else
|
||||||
|
|
Loading…
Add table
Reference in a new issue