Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FILLELLIPSE to graphics functions #1853

Open
hjellinek opened this issue Oct 14, 2024 · 2 comments
Open

Add FILLELLIPSE to graphics functions #1853

hjellinek opened this issue Oct 14, 2024 · 2 comments

Comments

@hjellinek
Copy link
Contributor

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.

@nbriggs
Copy link
Contributor

nbriggs commented Oct 14, 2024

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?

library/BIGBITMAPS
library/FX-80DRIVER
library/POSTSCRIPTSTREAM
library/PRESS
library/sketch/SKETCH-BMELT
library/sketch/SKETCH-ELEMENTS
library/sketch/SKETCH-STREAM
library/tedit/TEDIT-STREAM
lispusers/CHATSERVER
lispusers/COURIERIMAGESTREAM
lispusers/DSPSCALE
lispusers/HPGL
lispusers/PS-SKETCH-PATCH
sources/APRINT
sources/FILEIO
sources/FONT
sources/HARDCOPY
sources/IMAGEIO
sources/INTERPRESS
sources/LLDISPLAY
sources/WINDOW

@hjellinek
Copy link
Contributor Author

Yes, at least those.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants