🐛 Fix problems with imported SVG embedded images and transforms

This commit is contained in:
alonso.torres 2023-04-03 14:12:24 +02:00
parent 4b086ab2bc
commit da953f0bc0
4 changed files with 20 additions and 16 deletions

View file

@ -389,7 +389,8 @@
:mask-type})
(defonce inheritable-props
[:clip-rule
[:style
:clip-rule
:color
:color-interpolation
:color-interpolation-filters
@ -458,6 +459,12 @@
:feTile
:feTurbulence})
(def parent-tags
#{:g
:svg
:text
:tspan})
;; By spec: https://www.w3.org/TR/SVG11/single-page.html#struct-GElement
(defonce svg-group-safe-tags
#{:animate