Searched refs:fillText (Results 1 - 2 of 2) sorted by relevance

/inkscape/share/extensions/ink2canvas/
H A Dcanvas.py167 def fillText(self, text, x, y): member in class:Canvas
168 self.write("ctx.fillText(\"%s\", %f, %f);" % (text, x, y))
H A Dsvg.py372 self.ctx.fillText(text, _x, _y)

Completed in 14 milliseconds