···31313232- element: svg.Element => see farther for element list
33333434-**svg:draw()** *return the svg formated string*3434+**svg:draw()** *return the svg formated string*
3535+3636+## Elements for svg:add()
3737+**svg:Rect()** *add a rectangle*
3838+3939+- x: number => Horizontal position from top left corner, default to 10
4040+- y: number => Vertical position from top left corner, default to 10
4141+- width: number => Width of the rectangle, default to 10
4242+- height: number => Height of the rectangle, default to 10
4343+- stroke: string => lines color, default to '#000000'
4444+- strokeWidth: string => lines width, default to 1
4545+- fill: string => fill color, default to transparent
4646+- rx: number => Horizontal raduis of the corners, default to 0
4747+- ry: number => Vertical radius of the corners, default to 0