mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 11:56:11 +02:00
🐛 Fix problem while moving imported SVG's
This commit is contained in:
parent
8a158146cd
commit
45d55e87eb
2 changed files with 3 additions and 1 deletions
|
@ -159,7 +159,8 @@
|
|||
id))
|
||||
svg-attrs (-> svg-attrs
|
||||
(usvg/clean-attrs)
|
||||
(usvg/update-attr-ids replace-id))
|
||||
(usvg/update-attr-ids replace-id)
|
||||
(dissoc :id))
|
||||
|
||||
attrs (-> svg-attrs (dissoc :style) (clj->js))
|
||||
styles (-> svg-attrs (:style {}) (clj->js))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue