LibGfx: Add support for dashed lines

Non-configurable for now.
This commit is contained in:
Linus Groh 2020-05-10 16:17:26 +01:00 committed by Andreas Kling
commit 0669dbcf5d
Notes: sideshowbarker 2024-07-19 06:45:24 +09:00
3 changed files with 32 additions and 11 deletions

View file

@ -47,6 +47,7 @@ public:
enum class LineStyle {
Solid,
Dotted,
Dashed,
};
void clear_rect(const Rect&, Color);