mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +00:00
LibWeb: Correct spec link for CanvasImageData
This commit is contained in:
parent
5b060da4f4
commit
6ffe83c9da
Notes:
github-actions[bot]
2024-10-14 08:34:50 +00:00
Author: https://github.com/tmapes 🔰 Commit: https://github.com/LadybirdBrowser/ladybird/commit/6ffe83c9da0 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1779 Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
namespace Web::HTML {
|
namespace Web::HTML {
|
||||||
|
|
||||||
// https://html.spec.whatwg.org/multipage/canvas.html#canvasdrawpath
|
// https://html.spec.whatwg.org/multipage/canvas.html#canvasimagedata
|
||||||
class CanvasImageData {
|
class CanvasImageData {
|
||||||
public:
|
public:
|
||||||
virtual ~CanvasImageData() = default;
|
virtual ~CanvasImageData() = default;
|
||||||
|
|
Loading…
Reference in a new issue