die SVGs für Weichenkörper und Parallelweischen sind updated

This commit is contained in:
2025-07-14 14:06:59 +02:00
parent 5d015c0545
commit 72164d66cb
34 changed files with 159 additions and 455 deletions
+3 -2
View File
@@ -35,8 +35,9 @@ if %ERRORLEVEL% equ 3 set "arg=--weichen"
if %ERRORLEVEL% equ 4 set "arg=--tefweichen"
REM Execute Python script with selected argument
python "%RD_CONF_LIB%\3_svg_optimizer-Step1.py" %arg%
python %RD_CONF_LIB%\3_svg_optimizer_Step1.py %*
python %RD_CONF_LIB%\3_svg_scaler_Step2.py %*
python %RD_CONF_LIB%\3_svg_scaler_Step3.py %*
REM Check execution status
if %ERRORLEVEL% equ 0 (
echo SVG optimization completed successfully!