1
Fork 0
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:
Shannon Booth 2019-12-27 08:43:59 +13:00 committed by Andreas Kling
parent 70a2355963
commit b830639912
6 changed files with 145 additions and 1 deletions

View file

@ -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;