[Webkit-unassigned] [Bug 66710] New: Assertion fires if canvas is resized while save() active
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 22 14:06:03 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=66710
Summary: Assertion fires if canvas is resized while save()
active
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P3
Component: Canvas
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: senorblanco at chromium.org
CC: simon.fraser at apple.com, mdelaney at apple.com
Created an attachment (id=104734)
--> (https://bugs.webkit.org/attachment.cgi?id=104734&action=review)
Test case
If a 2D canvas is resized (via canvas.width = foo) while a save() is active, GraphicsContext's destructor asserts:
ASSERT(m_stack.isEmpty());
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list