#!/bin/sh

source "$1"
export  PATH=$MSITEXBIN:$PATH

"$INKSCAPE" -z --export-png="$3" --file "$2"


