Improve text shape tracing process on exporter.

Fixes many bugs related to the svgo removal and remove
unneded neesting of groups.
This commit is contained in:
Andrey Antukh
2021-03-25 11:38:11 +01:00
committed by Alonso Torres
parent b1477d8087
commit c447279c75
4 changed files with 215 additions and 148 deletions

View File

@@ -73,18 +73,6 @@ function build {
$DEVENV_IMGNAME:latest sudo -EH -u penpot ./scripts/build.sh
}
function build-frontend {
build "frontend";
}
function build-exporter {
build "exporter";
}
function build-backend {
build "backend";
}
function build-app-bundle {
local version="$CURRENT_VERSION";
local bundle_dir="./bundle-app";