Fix: Adjust alert_icons export-width #117682

Merged
Harley Acheson merged 1 commits from Sean-Kim/blender:icons-script into main 2024-01-31 01:33:39 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ if not (inkscape_bin := os.environ.get("INKSCAPE_BIN")):
cmd = (
inkscape_bin,
os.path.join(BASEDIR, "alert_icons.svg"),
"--export-width=1280",
"--export-width=1024",
"--export-height=256",
"--export-type=png",
"--export-filename=" + os.path.join(BASEDIR, "alert_icons.png"),