An SVG sequence of lines. The coordinates must form a list called Points. (the difference with Polygon is that the last coordinate is not reconnected to the first)
i1 : Polyline{Points=>{(0,10),(100,10),(90,90),(0,80)},"stroke"=>"red","fill"=>"white"} o1 = Polyline{cache => CacheTable{} } fill => white Points => {| 0 |, | 100 |, | 90 |, | 0 |} | 10 | | 10 | | 90 | | 80 | | 0 | | 0 | | 0 | | 0 | | 1 | | 1 | | 1 | | 1 | stroke => red o1 : Polyline |
The object Polyline is an instance of the type GraphicsType, with ancestor classes GraphicsPoly < GraphicsObject < HashTable < Thing.