mirror of
https://github.com/penpot/penpot.git
synced 2025-07-23 05:47:19 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
408de63ea3
13 changed files with 61 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue