mirror of
https://github.com/penpot/penpot.git
synced 2026-05-13 03:53:51 +00:00
🐛 Fix allocate 0 bytes for path attrs
This commit is contained in:
parent
a56822ad99
commit
1bb6f2754c
@ -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…
x
Reference in New Issue
Block a user