Skip to content

Commit

Permalink
Improvement: GTK2 - render assets with Inkscape 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thekomer committed Jul 29, 2022
1 parent 7385a50 commit 9442198
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gtk-2.0/render-assets-hidpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ else
--export-id-only \
--export-background-opacity=0 \
--export-dpi=192 \
--export-png=$ASSETS_DIR/$i@2.png $SRC_FILE >/dev/null \
--export-filename=$ASSETS_DIR/$i@2.png $SRC_FILE >/dev/null \
&& $OPTIPNG -o7 --quiet $ASSETS_DIR/$i@2.png
fi
done
exit 0
exit 0
4 changes: 2 additions & 2 deletions gtk-2.0/render-assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ else
$INKSCAPE --export-id=$i \
--export-id-only \
--export-background-opacity=0 \
--export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null \
--export-filename=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null \
&& $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png
fi
done
exit 0
exit 0

0 comments on commit 9442198

Please sign in to comment.