Package obitools :: Module SVGdraw :: Class path
[hide private]
[frames] | no frames]

Class path

source code


p=path(path,fill,stroke,stroke_width,**args)

a path is defined by a path object and optional width, stroke and fillcolor

Instance Methods [hide private]
 
__init__(self, pathdata, fill=None, stroke=None, stroke_width=None, id=None, **args) source code

Inherited from SVGelement: addElement, toXml

Method Details [hide private]

__init__(self, pathdata, fill=None, stroke=None, stroke_width=None, id=None, **args)
(Constructor)

source code 
Overrides: SVGelement.__init__