mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -05:00
🐛 Fix problem when importing SVG
This commit is contained in:
parent
33c12117cc
commit
6f2f2291c2
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
(= "userSpaceOnUse" (get attrs :gradientUnits "objectBoundingBox")))
|
||||
|
||||
transform-pattern? (and (= :pattern tag)
|
||||
(= "userSpaceOnUse" (get attrs :patternContentUnits "userSpaceOnUse"))
|
||||
(= "userSpaceOnUse" (get attrs :patternUnits "userSpaceOnUse")))
|
||||
|
||||
transform-clippath? (and (= :clipPath tag)
|
||||
|
|
Loading…
Add table
Reference in a new issue