mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 00:41:39 +02:00
🐛 Fix svg path parsing on uploading svg image
This commit is contained in:
parent
8f2ca15ec0
commit
0b4a367e9e
5 changed files with 12 additions and 8 deletions
|
@ -13,6 +13,7 @@
|
|||
[app.common.files.changes-builder :as fcb]
|
||||
[app.common.files.helpers :as cfh]
|
||||
[app.common.files.migrations :as fmg]
|
||||
[app.common.files.shapes-builder :as sbuilder]
|
||||
[app.common.files.shapes-helpers :as cfsh]
|
||||
[app.common.files.validate :as cfv]
|
||||
[app.common.fressian :as fres]
|
||||
|
@ -25,7 +26,6 @@
|
|||
[app.common.math :as mth]
|
||||
[app.common.schema :as sm]
|
||||
[app.common.svg :as csvg]
|
||||
[app.common.svg.shapes-builder :as sbuilder]
|
||||
[app.common.types.color :as ctc]
|
||||
[app.common.types.component :as ctk]
|
||||
[app.common.types.components-list :as ctkl]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue