Element
A line element.
Create a line from x1, y1, to x2, y2.
# File lib/taskjuggler/Painter/BasicShapes.rb, line 44 def initialize(attrs) super('line', [ :x1, :y1, :x2, :y2 ] + StrokeAttrs, attrs) end