Skip to content

The build.sh is not compatible with Inkscape >= 0.92 #40

@wangxa

Description

@wangxa

From version 0.92, inkscape changes its API, see this. In your build.sh script, the option -e is never supported, you have to replace it with:

inkscape -z --export-type=png --export-file="$1/$2/$3/$(basename ${0%.svg}).png" -w $4 -h $4 -d $5 $0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions