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 global coordinates. x, y required location of the point in global coordinates d required text/Unicode string attribute=value pairs keyword list SVG attributes
def svgfig::TextGlobal::__init__ | ( | self, | |
x, | |||
y, | |||
d, | |||
attr | |||
) |
def svgfig::TextGlobal::__repr__ | ( | self | ) |
def svgfig::TextGlobal::SVG | ( | self, | |
trans = None |
|||
) |
dictionary svgfig::TextGlobal::defaults = {"stroke":"none", "fill":"black", "font-size":5} [static] |