Bug 52391 - Investigate maximum canvas dimensions sizes
Summary: Investigate maximum canvas dimensions sizes
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-13 12:28 PST by Matthew Delaney
Modified: 2011-01-13 21:51 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Delaney 2011-01-13 12:28:02 PST
Currently, most platforms cap canvas width/height to ~32k but the mac ports cap by area ~32k*~8k.
For reference, this bug (https://bugs.webkit.org/show_bug.cgi?id=52341) has a small discussion about the limitations of platforms and a test for large sizes.
Ideally, we'd impose the least amount of size restrictions that still keeps things safe.
Comment 1 Alexey Proskuryakov 2011-01-13 21:51:39 PST
See also: bug 41962.