solid-ellipse

Categories: Image procedures , Shape procedures

Documentation

;;; (solid-ellipse width height color [description]) -> image?
;;;   width : nonnegative-real?
;;;   height : nonnegative-real?
;;;   color : color?
;;;   description : string?
;;; Create a `width`-by-`height` ellipse whose color is `color`.

Examples

Forthcoming

Sample implementation (advanced)

Tests

Forthcoming

See also

solid-circle

Questions

Forthcoming