[Seed7-users] Feature Request - Arc Thickness
Interpreter and compiler for the Seed7 programming language.
Brought to you by:
thomas_mertes
From: Zaakari <Za...@pr...> - 2022-01-06 02:14:41
|
Hey Thomas, Would you be able to add a function similar to arc() (within draw.s7i library) but with the addition of a thickness parameter? Or do the underlying graphics libraries not support this? Points can be expanded by drawing filled circles; and lines can be expanded by drawing filled polygons; but--apart from calculating every pixel--I don't know of a way to "expand" arcs. Zachary |