Thank you for pointing me at the manual page.

After much effort I got to these, which gets me the SVGs that I want

inkscape --export-plain-svg="gimp-tool-pencil.svg" 
--export-id="gimp-tool-pencil" --export-id-only scalable.svg

inkscape gimp-tool-pencil.svg --verb=EditSelectAll --verb=SelectionUnGroup 
--verb=FitCanvasToSelection --verb=ZoomDrawing --verb=FileSave --verb=FileQuit

Kevin

________________________________________
From: Tobias Jakobs <tobias.jak...@gmail.com>
Sent: 26 January 2016 13:46
To: Kevin Payne
Cc: gimp-developer-list@gnome.org
Subject: Re: [Gimp-developer] New symbolic icon themes

Hi,

you can tell Inkscape the object id to export, have a look into the man page:

https://inkscape.org/de/doc/inkscape-man.html

inkscape --file=scalable.svg --export-png=gimp-tool-pencil.png
--export-id=gimp-tool-pencil

Regards,
Tobias

2016-01-26 14:06 GMT+01:00 Kevin Payne <payn...@hotmail.com>:
> I have taken the the symbolic scalable.svg file and manually extracted all 
> the objects into individual files (if anyone knows how to script Inkscape to 
> do this automatically I'd be very interested)
>
>
> Then using the icon-list.mk file mentioned here: 
> https://bugzilla.gnome.org/show_bug.cgi?id=750105#c9 and a Script-Fu script, 
> I've attempted to auto-generate all the icons in the required sizes.
>
>
> This reveals that gimp-frame and gimp-texture icons are missing from 
> scalable.svg.
>
>
> Also, it seems that the icon for "Restore Tool Preset" which used to be 
> GTK_STOCK_REVERT_TO_SAVED has been changed to "preferences-system" and is now 
> being rendered as a missing icon (demonstrated using commit 2cd687a)
>
>
> Kevin
>
> _______________________________________________
> gimp-developer-list mailing list
> List address:    gimp-developer-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
> List archives:   https://mail.gnome.org/archives/gimp-developer-list
_______________________________________________
gimp-developer-list mailing list
List address:    gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list

Reply via email to