Open
Description
As I was building a test suite for Issue #1814, I noticed a minor incongruity.
Medley includes functions DRAWPOLYGON
and DRAWCIRCLE
, and corresponding functions FILLPOLYGON
and FILLCIRCLE
. But DRAWELLIPSE
, cousin of DRAWCIRCLE
, lacks a corresponding FILLELLIPSE
function.
This would require us to add an IMFILLELLIPSE
slot to IMAGEOPS
with a suitable (no-op) default value.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status