On Sat, Aug 15, 2009 at 2:03 PM, Glimmer Labs<glimmer07@...400...> wrote:
On Fri, Aug 14, 2009 at 9:36 AM, Kent Tenney<ktenney@...400...> wrote:
I see mention of pytester.py in src/inkscape/src/extension/dbus/Notes.txt but haven't found the file.
Thanks, Kent
Update to the latest SVN and it should be in the dbus folder.
I'm looking at r22127 of https://inkscape.svn.sourceforge.net/svnroot/inkscape/inkscape/branches/gsoc...
I don't see it.
Thanks, Kent
I didn't add it at first because it was just for testing, but now I realize it serves as a fairly good example script as well.
The reason it creates two documents is to make sure functions work even if they are called on an inactive document. This can be changed if you don't want to be opening lots of extra windows. (or use document_0 if you don't want to open any extra windows.)