mirror of
https://github.com/penpot/penpot.git
synced 2025-04-01 09:31:26 -05:00
🐛 Fix fills priority over imported svg attributes
This commit is contained in:
parent
40e1d5a2a1
commit
2261bde6f1
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@
|
|||
(-> props
|
||||
(obj/set! "style" style)))
|
||||
|
||||
(some? svg-attrs)
|
||||
(and (some? svg-attrs) (empty? (:fills shape)))
|
||||
(let [style
|
||||
(-> (obj/get props "style")
|
||||
(obj/clone))
|
||||
|
|
Loading…
Add table
Reference in a new issue