Searched defs:StringIO (Results 1 - 4 of 4) sorted by relevance

/inkscape/share/extensions/
H A Dhpgl_decoder.py22 from StringIO import StringIO namespace
50 self.doc = inkex.etree.parse(StringIO('<svg xmlns:sodipodi="' + inkex.NSS['sodipodi'] + '" xmlns:inkscape="' + inkex.NSS['inkscape'] + '" width="%smm" height="%smm" viewBox="0 0 %s %s"></svg>' %
H A Dhpgl_input.py23 from StringIO import StringIO namespace
H A Dtar_layers.py28 import StringIO namespace
86 string = StringIO.StringIO()
H A Ddxf_input.py26 from StringIO import StringIO namespace
361 doc = inkex.etree.parse(StringIO('<svg xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" width="%s" height="%s"></svg>' % (210*96/25.4, 297*96/25.4)))

Completed in 138 milliseconds