[Webkit-unassigned] [Bug 13537] Corrupted Rendering in Canvas
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 4 21:42:23 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13537
------- Comment #3 from darin at apple.com 2007-05-04 21:42 PDT -------
I've debugged this and determined that the problem is that Safari's canvas will
throw an exception if drawImage arguments are no good. That's what the WhatWG
specification says we should do
<http://www.whatwg.org/specs/web-apps/current-work/#images>, but here in the
Canvex example it's causing us to do a save() without a restore() and the clip
is getting stuck.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list