1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:37:46 +00:00

LibWeb: Extract CanvasDrawImage class from CRC2D

This commit is contained in:
Sam Atkins 2022-08-12 17:28:54 +01:00 committed by Andreas Kling
parent 7cf42ede68
commit 270c60c5e8
7 changed files with 105 additions and 47 deletions

View file

@ -135,6 +135,7 @@ set(SOURCES
HTML/AttributeNames.cpp
HTML/BrowsingContext.cpp
HTML/BrowsingContextContainer.cpp
HTML/Canvas/CanvasDrawImage.cpp
HTML/Canvas/CanvasPath.cpp
HTML/Canvas/CanvasState.cpp
HTML/CanvasGradient.cpp