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

Class image

source code


im=image(url,width,height,x,y,**args)

adds an image to the drawing. Supported formats are .png, .jpg and .svg.

Instance Methods [hide private]
 
__init__(self, url, x=None, y=None, width=None, height=None, **args) source code

Inherited from SVGelement: addElement, toXml

Method Details [hide private]

__init__(self, url, x=None, y=None, width=None, height=None, **args)
(Constructor)

source code 
Overrides: SVGelement.__init__