Bug 271002
Summary: | [iOS] Increase the limit on the canvas size to 8192x8192 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
Component: | Canvas | Assignee: | Said Abou-Hallawa <sabouhallawa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | dino, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=145998 |
Said Abou-Hallawa
The maximum size of the canvas on iOS has been 4096x4096 since http://trac.webkit.org/changeset/185603; see bug 145998. The memory size of the iOS devices has increased significantly in these nine years. Also the jetsam limit on iOS has been raised. So we can safely double the limit on the canvas size on iOS.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Said Abou-Hallawa
rdar://122230873
Said Abou-Hallawa
Pull request: https://github.com/WebKit/WebKit/pull/25901
EWS
Committed 276145@main (d1f63c061ead): <https://commits.webkit.org/276145@main>
Reviewed commits have been landed. Closing PR #25901 and removing active labels.