mirror of
https://github.com/penpot/penpot.git
synced 2025-05-17 08:16:09 +02:00
🐛 Fix many issues svg/attrs->props function
This commit is contained in:
parent
1de9171d50
commit
457feedec4
2 changed files with 93 additions and 91 deletions
|
@ -104,7 +104,7 @@
|
|||
svg-root? (and (map? content) (= tag :svg))
|
||||
svg-tag? (map? content)
|
||||
svg-leaf? (string? content)
|
||||
valid-tag? (contains? csvg/svg-tags-list tag)]
|
||||
valid-tag? (contains? csvg/svg-tags tag)]
|
||||
|
||||
(cond
|
||||
^boolean svg-root?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue