Skip to content

inkscape

  • convert svg to png
inkscape \
    --export-type="png" \
    [input-file] \
    --export-filename=[output-file].png \
    --export-width=400 \
    --export-background-opacity=0