svgfig.py | 39 _hacks["inkscape-text-vertical-shift"] = False 486 def inkscape(self, fileName=None, encoding="utf-8"): member in class:SVG 487 """View in "inkscape", assuming that program is available on your system. 496 os.spawnvp(os.P_NOWAIT, "inkscape", ("inkscape", fileName)) [all...] |