Initializes a new instance of the Elemnt class.
Array of SvgPoint objects defining the polyline.
Optional
xOffset: number = 0The x-axis offset.
Optional
yOffset: number = 0The y-axis offset.
Optional
fillColor: string = DEFAULT_FILL_COLORThe fill color.
Optional
strokeColor: string = DEFAULT_STROKE_COLORThe stroke color.
Optional
strokeWidth: number = DEFAULT_STROKE_WIDTHThe stroke width.
Keeping the range of the element so it could be hidden is not within working area
String representation of the polyline.
Represents a polyline in SVG.