Lenny Maiorani
|
c37820b898
|
Libraries: Use default constructors/destructors in LibWeb
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules
"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
|
2022-03-17 17:23:49 +00:00 |
|
Andreas Kling
|
e6f279dada
|
LibWeb: Implement CanvasGradient.addColorStop() according to spec
The object is still not usable for anything, but at least now it behaves
correctly with regards to throwing exceptions.
|
2022-02-05 22:50:39 +01:00 |
|
Andreas Kling
|
dc3bf32307
|
LibWeb: Add barebones CanvasGradient object
Also add the CanvasRenderingContext2D APIs to go along with it.
Note that it can't be used for anything yet.
|
2022-02-03 22:35:13 +01:00 |
|