mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:57:35 +00:00
LibWeb: Extract CanvasPath class from CRC2D
This better matches the spec, and makes it possible for things like Path2D to reuse the same implementation without duplicate code. :^)
This commit is contained in:
parent
8fd83b56d5
commit
a37ab7b9f8
7 changed files with 184 additions and 132 deletions
|
@ -135,6 +135,7 @@ set(SOURCES
|
|||
HTML/AttributeNames.cpp
|
||||
HTML/BrowsingContext.cpp
|
||||
HTML/BrowsingContextContainer.cpp
|
||||
HTML/Canvas/CanvasPath.cpp
|
||||
HTML/CanvasGradient.cpp
|
||||
HTML/CanvasRenderingContext2D.cpp
|
||||
HTML/CrossOrigin/Reporting.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue