You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
A quick survey suggests that the following would likely need to be recompiled because they depend on the definition of the IMAGEOPS record (which lives in IMAGEIO), does that seem right to you?
As I was building a test suite for Issue #1814, I noticed a minor incongruity.
Medley includes functions
DRAWPOLYGON
andDRAWCIRCLE
, and corresponding functionsFILLPOLYGON
andFILLCIRCLE
. ButDRAWELLIPSE
, cousin ofDRAWCIRCLE
, lacks a correspondingFILLELLIPSE
function.This would require us to add an
IMFILLELLIPSE
slot toIMAGEOPS
with a suitable (no-op) default value.The text was updated successfully, but these errors were encountered: