> > inkscape -w 70 -h 70 -e logo/logo70.png logo/logo_mesh.svg > > inkscape -w 140 -h 140 -e logo/logo140.png logo/logo_mesh.svg > > inkscape -w 200 -h 200 -e logo/logo200.png logo/logo_mesh.svg > > inkscape -w 400 -h 400 -e logo/logo400.png logo/logo_mesh.svg > > There is a typo there. It should be > > inkscape -w 70 -h 70 -o logo/logo70.png logo/logo_mesh.svg > inkscape -w 140 -h 140 -o logo/logo140.png logo/logo_mesh.svg > inkscape -w 200 -h 200 -o logo/logo200.png logo/logo_mesh.svg > inkscape -w 400 -h 400 -o logo/logo400.png logo/logo_mesh.svg -e works for me with Inkscape 0.92.5! Doesn't matter too much, though, because it's only in the patch commentary (and not in the commit message itself, since that'll include the actual PNG files).