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

/inkscape/share/filters/
H A Dsamplify.py103 tout = etree.ElementTree(copy_element(root)) variable
104 newroot = tout.getroot()
156 tout.getroot().attrib['width'] = str(total_width)
157 tout.getroot().attrib['height'] = str(total_height)
159 print etree.tostring(tout, encoding='UTF-8')

Completed in 14 milliseconds