Lines Matching refs:rect
107 rect = inkex.etree.SubElement(layer, 'rect')
111 rect.set('id', self.options.name)
112 rect.set('fill', 'red')
113 rect.set('opacity', '0.5')
114 rect.set('x', str(-scale*100))
115 rect.set('y', str(-scale*100))
116 rect.set('width', str(scale*200))
117 rect.set('height', str(scale*200))
118 desc = inkex.etree.SubElement(rect, 'desc')