[Webkit-unassigned] [Bug 230855] Canvas memory limit of 4096 × 4096 pixels when calling ctx.getImageData
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 12 16:46:34 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=230855
--- Comment #6 from Myles C. Maxfield <mmaxfield at apple.com> ---
static const float MaxClampedLength = 4096;
static const float MaxClampedArea = MaxClampedLength * MaxClampedLength;
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211012/b7156f23/attachment.htm>
More information about the webkit-unassigned
mailing list