Element
A Rectangle element.
Create a rectangle at x, y with width and height.
# File lib/taskjuggler/Painter/BasicShapes.rb, line 54 def initialize(attrs) super('rect', [ :x, :y, :width, :height, :rx, :ry ] + FillAndStrokeAttrs, attrs) end