mirror of
https://github.com/penpot/penpot.git
synced 2026-03-11 12:56:14 +00:00
🐛 Fixes problem with default fill colors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user