Implement line drawing PolyLine, PolySegment

This commit is contained in:
2026-02-21 16:29:42 +02:00
parent df32c7aa99
commit a13b8617dc
6 changed files with 362 additions and 130 deletions

View File

@@ -112,6 +112,8 @@ struct Object
uint32_t foreground;
uint32_t background;
uint16_t line_width;
uint32_t font;
bool graphics_exposures;