mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🐛 Fix allocate 0 bytes for path attrs
This commit is contained in:
parent
a56822ad99
commit
1bb6f2754c
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@
|
|||
(when (and (some? content)
|
||||
(or (= type :path)
|
||||
(= type :bool)))
|
||||
(when (some? svg-attrs)
|
||||
(when (seq svg-attrs)
|
||||
(set-shape-path-attrs svg-attrs))
|
||||
(set-shape-path-content content))
|
||||
(when (and (some? content) (= type :svg-raw))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue