mirror of
https://github.com/penpot/penpot.git
synced 2026-05-05 08:08:27 +00:00
🐛 Fix problem when importing SVG
This commit is contained in:
parent
d83787d714
commit
588410bbb1
@ -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…
x
Reference in New Issue
Block a user