🐛 Fix svg path parsing on uploading svg image

This commit is contained in:
Andrey Antukh 2025-05-19 15:30:16 +02:00
parent 8f2ca15ec0
commit 0b4a367e9e
5 changed files with 12 additions and 8 deletions

View file

@ -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]