mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 22:31:38 +02:00
✨ Export/Import and edgecases fixing
This commit is contained in:
parent
8c25ee7796
commit
75f8e473a5
11 changed files with 240 additions and 129 deletions
|
@ -202,6 +202,7 @@
|
|||
(case type
|
||||
:frame (fb/close-artboard file)
|
||||
:group (fb/close-group file)
|
||||
:bool (fb/close-bool file)
|
||||
:svg-raw (fb/close-svg-raw file)
|
||||
#_default file)
|
||||
|
||||
|
@ -218,6 +219,7 @@
|
|||
file (case type
|
||||
:frame (fb/add-artboard file data)
|
||||
:group (fb/add-group file data)
|
||||
:bool (fb/add-bool file data)
|
||||
:rect (fb/create-rect file data)
|
||||
:circle (fb/create-circle file data)
|
||||
:path (fb/create-path file data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue