mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:07:45 +00:00
LibWeb: Extract CanvasState class from CRC2D
As with CanvasPath, this is to better match the spec IDL.
This commit is contained in:
parent
7b61d16262
commit
08e6071ebb
7 changed files with 154 additions and 93 deletions
|
@ -136,6 +136,7 @@ set(SOURCES
|
|||
HTML/BrowsingContext.cpp
|
||||
HTML/BrowsingContextContainer.cpp
|
||||
HTML/Canvas/CanvasPath.cpp
|
||||
HTML/Canvas/CanvasState.cpp
|
||||
HTML/CanvasGradient.cpp
|
||||
HTML/CanvasRenderingContext2D.cpp
|
||||
HTML/CrossOrigin/Reporting.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue