You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logo [nfc]: Update inkscape commands for Inkscape 1.x
I believe the Inkscape version I was using the last time I generated
these files was Inkscape 0.92.4. The version now on my machine is
Inkscape 1.2.2.
In Inkscape 1.0, they made some changes to the `inkscape` CLI. The
old way of specifying where to put the output is deprecated, and now
produces these warnings:
$ tools/generate-logos
Warning: Option --export-png= is deprecated
Warning: Option --export-png= is deprecated
Warning: Option --export-png= is deprecated
[…]
So, switch to the new way.
(The new version also produces slightly different output; the old
and new versions look identical to my eye, though examining with the
`sng` tool confirms some pixels have slightly different values.
Leaving those changes out for now, to bundle them with substantive
changes coming later in this commit series.)
0 commit comments