mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:57:44 +00:00
LibWeb: Extract CanvasDrawPath class from CRC2D
Again, this is an entirely virtual class since the methods involve direct access to the Painter. Though, maybe I could just expose the Painter...
This commit is contained in:
parent
c0494988ed
commit
62b561e2e1
5 changed files with 70 additions and 21 deletions
|
@ -648,6 +648,7 @@ class XMLHttpRequestPrototype;
|
|||
class XMLHttpRequestWrapper;
|
||||
class XMLSerializerWrapper;
|
||||
enum class CanPlayTypeResult;
|
||||
enum class CanvasFillRule;
|
||||
enum class EndingType;
|
||||
enum class DOMParserSupportedType;
|
||||
enum class ResizeObserverBoxOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue