mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:27:34 +00:00
LibGfx: Add support for dashed lines
Non-configurable for now.
This commit is contained in:
parent
3667677008
commit
0669dbcf5d
3 changed files with 32 additions and 11 deletions
|
@ -47,6 +47,7 @@ public:
|
|||
enum class LineStyle {
|
||||
Solid,
|
||||
Dotted,
|
||||
Dashed,
|
||||
};
|
||||
|
||||
void clear_rect(const Rect&, Color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue