A Polygon line element.
Create a polygon line with the provided Points.
[Source]
# File lib/taskjuggler/Painter/BasicShapes.rb, line 66 def initialize(attrs) super('polyline', [ :points ] + FillAndStrokeAttrs, attrs) end
[Validate]