mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 04:52:23 +00:00
LibWeb: Factor out canvas rendering options algorihtms
Factor out canvas parsing algorihtm for CanvasRenderingContext2DSettings from JS::Value. This was only used in one place but needs to be usable from other places too in the future.
This commit is contained in:
parent
49500ac386
commit
193ab3757b
Notes:
github-actions[bot]
2025-06-30 15:47:50 +00:00
Author: https://github.com/Totto16
Commit: 193ab3757b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3788
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/tcl3
5 changed files with 68 additions and 51 deletions
|
@ -342,6 +342,7 @@ set(SOURCES
|
|||
HTML/BrowsingContextGroup.cpp
|
||||
HTML/Canvas/CanvasDrawImage.cpp
|
||||
HTML/Canvas/CanvasPath.cpp
|
||||
HTML/Canvas/CanvasSettings.cpp
|
||||
HTML/Canvas/CanvasState.cpp
|
||||
HTML/Canvas/SerializeBitmap.cpp
|
||||
HTML/CanvasGradient.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue