mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:37:36 +00:00
PaintBrush: Add a "rectangle tool"
Fill, line, and gradient modes initially supported :^)
This commit is contained in:
parent
70a2355963
commit
b830639912
6 changed files with 145 additions and 1 deletions
|
@ -5,9 +5,9 @@
|
|||
#include "Rect.h"
|
||||
#include "Size.h"
|
||||
#include <AK/String.h>
|
||||
#include <AK/Utf8View.h>
|
||||
#include <LibDraw/TextAlignment.h>
|
||||
#include <LibDraw/TextElision.h>
|
||||
#include <AK/Utf8View.h>
|
||||
|
||||
class CharacterBitmap;
|
||||
class GlyphBitmap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue