Code

Got images working correctly
[inkscape.git] / src / extension / script / runme.py
2 import inkscape_py
4 inkscape = inkscape_py.getInkscape()
5 desktop  = inkscape.getDesktop()
6 document = desktop.getDocument()
7 document.hello()