mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 02:07:35 +00:00
PixelPaint: Basic brush tool
This patch adds a very basic implementation of the classic brush tool. It features a wide brush with a falloff around the edges.
This commit is contained in:
parent
1208f3fd75
commit
5f15fb17d9
5 changed files with 167 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
set(SOURCES
|
||||
BrushTool.cpp
|
||||
BucketTool.cpp
|
||||
CreateNewLayerDialog.cpp
|
||||
EllipseTool.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue