From 8ee465a511af857cb8bb99e2830377fc62188d8b Mon Sep 17 00:00:00 2001 From: Sean Kim Date: Tue, 30 Jan 2024 16:26:03 -0800 Subject: [PATCH] Fix: Adjust alert_icons export-width --- release/datafiles/alert_icons_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/datafiles/alert_icons_update.py b/release/datafiles/alert_icons_update.py index 7d75b5e87bc..dfdc40f983a 100755 --- a/release/datafiles/alert_icons_update.py +++ b/release/datafiles/alert_icons_update.py @@ -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"), -- 2.30.2