···101101 - stroke: string => lines color, default to svg:create() parameter ("#000000" by default)
102102 - strokeWidth: string => lines width, default to 1
103103 - fill: string => fill color, default to svg:create() parameter ("transparent" by default)
104104- - tranform: string => transformation options (eg: rotation)104104+ - tranform: string => transformation options (eg: rotation)
105105+106106+**svg:Line(x1, y1, x2, y2, stroke, strokeWidth, fill)** *add a line*
107107+108108+ - x1: number => Horizontal position of the center, default to 30
109109+ - y1: number => Vertical position of the center, default to 30
110110+ - x2: number => Horizontal radius of the ellipse, default to 25
111111+ - y2: number => Vertical radius of the ellipse, default to 15
112112+ - stroke: string => lines color, default to svg:create() parameter ("#000000" by default)
113113+ - strokeWidth: string => lines width, default to 1
114114+ - fill: string => fill color, default to svg:create() parameter ("transparent" by default)