Code

Fix function plotter for the most common case where there are no transforms applied...
[inkscape.git] / share / extensions / webbrowser_commandline.py
1 #!/usr/bin/env python 
2 import webbrowser
3 webbrowser.open("http://inkscape.org/doc/inkscape-man.html")