Merge remote-tracking branch 'origin/staging' into develop

This commit is contained in:
Alejandro Alonso 2023-04-05 07:35:36 +02:00
commit 408de63ea3
13 changed files with 61 additions and 31 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