Public Member Functions | |
def | __init__ |
def | __repr__ |
def | SVG |
Public Attributes | |
attr | |
d | |
x | |
y | |
Static Public Attributes | |
dictionary | defaults = {"stroke":"none", "fill":"black", "font-size":5} |
Draws at text string at a specified point in local coordinates. x, y required location of the point in local coordinates d required text/Unicode string attribute=value pairs keyword list SVG attributes
def svgfig::Text::__init__ | ( | self, | |
x, | |||
y, | |||
d, | |||
attr | |||
) |
def svgfig::Text::__repr__ | ( | self | ) |
def svgfig::Text::SVG | ( | self, | |
trans = None |
|||
) |
Apply the transformation "trans" and return an SVG object.
dictionary svgfig::Text::defaults = {"stroke":"none", "fill":"black", "font-size":5} [static] |