mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibGfx: Add support for dashed lines
Non-configurable for now.
This commit is contained in:
parent
3667677008
commit
0669dbcf5d
Notes:
sideshowbarker
2024-07-19 06:45:24 +09:00
Author: https://github.com/linusg
Commit: 0669dbcf5d
Pull-request: https://github.com/SerenityOS/serenity/pull/2182
Issue: https://github.com/SerenityOS/serenity/issues/2176
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