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