mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:07:46 +00:00
LibGfx: Add simple VectorGraphic abstract base class
This is currently very bare-bones with just the size and a few methods to rasterize/draw the graphic.
This commit is contained in:
parent
aaf1b762ea
commit
16b487c270
3 changed files with 66 additions and 0 deletions
|
@ -64,6 +64,7 @@ set(SOURCES
|
|||
TextDirection.cpp
|
||||
TextLayout.cpp
|
||||
Triangle.cpp
|
||||
VectorGraphic.cpp
|
||||
WindowTheme.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue