Element
An ellipse element.
Create an ellipse with center at cx, cy and radiuses rx and ry.
# File lib/taskjuggler/Painter/BasicShapes.rb, line 34 def initialize(attrs) super('ellipse', [ :cx, :cy, :rx, :ry ] + FillAndStrokeAttrs, attrs) end