mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 00:29:15 +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: 6ffe83c9da
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 {
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/canvas.html#canvasdrawpath
|
||||
// https://html.spec.whatwg.org/multipage/canvas.html#canvasimagedata
|
||||
class CanvasImageData {
|
||||
public:
|
||||
virtual ~CanvasImageData() = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue