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

/inkscape/share/extensions/
H A Dmeasure.py264 self.addTextWithTspan(self.group, tx, ty, lenstr+' '+self.options.unit, id, anchor, -int(self.options.angle), self.options.offset + self.options.fontsize/2)
266 self.addTextWithTspan(self.group, tx, ty, lenstr+' '+self.options.unit+'^2', id, anchor, -int(self.options.angle), -self.options.offset + self.options.fontsize/2)
319 def addTextWithTspan(self, node, x, y, text, id, anchor, angle, dy = 0): member in class:Length

Completed in 14 milliseconds