From 54aa017b1d631f9b0ef90ef6361574843b158bba Mon Sep 17 00:00:00 2001 From: John Hildenbiddle Date: Tue, 20 Feb 2024 15:28:13 -0600 Subject: [PATCH] Update link to canvas size test results (#32256) * Update link to canvas size test results * Fix canvas size test results link URL --- files/en-us/web/html/element/canvas/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/html/element/canvas/index.md b/files/en-us/web/html/element/canvas/index.md index 2d55b8a0c58dced..55d8937913b2b99 100644 --- a/files/en-us/web/html/element/canvas/index.md +++ b/files/en-us/web/html/element/canvas/index.md @@ -38,7 +38,7 @@ It is better to specify your canvas dimensions by setting the `width` and `heigh ### Maximum canvas size -The exact maximum size of a `` element depends on the browser and environment. While in most cases the maximum dimensions exceed 10,000 x 10,000 pixels, notably iOS devices limit the canvas size to only 4,096 x 4,096 pixels. See [canvas size limits in different browsers and devices](https://github.com/jhildenbiddle/canvas-size#test-results) (2021). +The exact maximum size of a `` element depends on the browser and environment. While in most cases the maximum dimensions exceed 10,000 x 10,000 pixels, notably iOS devices limit the canvas size to only 4,096 x 4,096 pixels. See [canvas size limits in different browsers and devices](https://jhildenbiddle.github.io/canvas-size/#/?id=test-results). > **Note:** Exceeding the maximum dimensions or area renders the canvas unusable — drawing commands will not work.