Skip to content

Commit

Permalink
Update link to canvas size test results (#32256)
Browse files Browse the repository at this point in the history
* Update link to canvas size test results

* Fix canvas size test results link URL
  • Loading branch information
jhildenbiddle authored Feb 20, 2024
1 parent d55e910 commit 54aa017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/canvas/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<canvas>` 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 `<canvas>` 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.
Expand Down

0 comments on commit 54aa017

Please sign in to comment.