draw-ellipse in dc<%>
Draws an ellipse contained in a rectangle. The current pen is used for the outline and the current brush for filling the shape.
If both the pen and brush are non-transparent, the ellipse is filled with the brush before the outline is drawn with the pen. The filling and outline meet so that no space is left between them, but the precise overlap between the filling and outline is platform- and size-specific. Thus, the regions drawn by the brush and pen may partially overlap.
( -> void
send a-dc draw-ellipse x y width height)
x : real number
y : real number
width : non-negative real number
height : non-negative real number
Draws an ellipse that fits within a rectangle with the given top-left corner and size.
Restrictions on the magnitude of
drawing coordinates are described with dc<%>.