mirror of
https://github.com/penpot/penpot.git
synced 2025-07-26 00:57:21 +02:00
🐛 Fix problems with imported SVG embedded images and transforms
This commit is contained in:
parent
4b086ab2bc
commit
da953f0bc0
4 changed files with 20 additions and 16 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