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