Code: Select all
C:\Program Files (x86)\Inkscape-console>inkscape --verb=FitCanvasToDrawing out1.svg
Code: Select all
(inkscape.exe:1276): Gtk-WARNING **: Could not find the icon 'object-visible'. The 'hicolor' theme was not found either, perhaps you need to install it.
You can get a copy from:
http://icon-theme.freedesktop.org/releases
I went to the location listed in the message but didn't see where to install the file or where other .theme files were stored. I found a GTK themes installer but don't see what that has to do with the operation I'm attempting. When I use the command
Code: Select all
C:\Program Files (x86)\Inkscape-console>inkscape --verb=FitCanvasToDrawing --ver
b=FileSave --verb=FileQuit out1.svg
the operation is successful but the gui still opens and closes and takes a long time. I would like to fit the canvas to the drawing from the command line without opening the GUI. Any advice would be appreciated.