···127127 - points: string => all the points of the polyline with the standard svg format "x1,y1 x2,y2 x3,y3 ..."
128128 - stroke: string => lines color
129129 - strokeWidth: string => lines width
130130+ - fill: string => fill color
131131+132132+**svg:Path(d, stroke, strokeWidth, fill)** *add a path*
133133+134134+ - d: string => standard svg parameters
135135+ - stroke: string => lines color
136136+ - strokeWidth: string => lines width
130137 - fill: string => fill color