Bug 44662
Summary: | Pixel result of LayoutTests/fast/canvas/canvas-incremental-repaint.html incorrect | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Canvas | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | kling, krit, mdelaney7, oliver |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 |
Simon Fraser (smfr)
The pixel result of LayoutTests/fast/canvas/canvas-incremental-repaint.html shows that clearRect() used to do shadows, but no longer does. Unclear if this is a progression.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Andreas Kling
(In reply to comment #0)
> The pixel result of LayoutTests/fast/canvas/canvas-incremental-repaint.html shows that clearRect() used to do shadows, but no longer does. Unclear if this is a progression.
It's a progression.
"Shapes are painted without affecting the current path, and are subject to the clipping region, and, with the exception of clearRect(), also shadow effects, global alpha, and global composition operators."
Source:
http://www.whatwg.org/specs/web-apps/current-work/#simple-shapes-(rectangles)
Simon Fraser (smfr)
ping?
Dirk Schulze
I too am sure that this is a progression.
The file works in Firefox the same way as in Safari. Blink seems to have a regression.