0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 15:51:37 -05:00

🐛 Fixes problem with default fill colors

This commit is contained in:
alonso.torres 2021-03-08 16:22:09 +01:00
parent 942c62bf1d
commit 1be993f8b1

View file

@ -86,7 +86,7 @@
;; If contains svg-attrs the origin is svg. If it's not svg origin
;; we setup the default fill as transparent (instead of black)
(and (not (contains? shape :svg-attrs))
(not (= :svg-raw (:type shape))))
(not (#{ :svg-raw :group } (:type shape))))
{:fill "transparent"}
:else