Bug 18780 - REGRESSION(31916-31981): CanvasRenderingElement::drawImage fails when drawing self
Summary: REGRESSION(31916-31981): CanvasRenderingElement::drawImage fails when drawing...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords: HasReduction, Regression
Depends on:
Blocks:
 
Reported: 2008-04-28 02:59 PDT by Oliver Hunt
Modified: 2008-04-28 12:17 PDT (History)
1 user (show)

See Also:


Attachments
Test case (414 bytes, text/html)
2008-04-28 02:59 PDT, Oliver Hunt
no flags Details
Patch to fix bug (15.54 KB, patch)
2008-04-28 12:14 PDT, Dave Hyatt
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2008-04-28 02:59:19 PDT
A canvas can no long draw itself into its own buffer, this is used for a number of "accumulator"-esque graphical effects and so represents a significant regression

My guess is this is due to http://trac.webkit.org/changeset/31961, although i cannot be sure
Comment 1 Oliver Hunt 2008-04-28 02:59:57 PDT
Created attachment 20864 [details]
Test case
Comment 2 Dave Hyatt 2008-04-28 12:14:10 PDT
Created attachment 20876 [details]
Patch to fix bug
Comment 3 mitz 2008-04-28 12:16:32 PDT
Comment on attachment 20876 [details]
Patch to fix bug

r=me
Comment 4 Dave Hyatt 2008-04-28 12:17:43 PDT
Fixed in r32655.