Bug 44662 - Pixel result of LayoutTests/fast/canvas/canvas-incremental-repaint.html incorrect
Summary: Pixel result of LayoutTests/fast/canvas/canvas-incremental-repaint.html incor...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-25 22:17 PDT by Simon Fraser (smfr)
Modified: 2014-04-03 02:04 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2010-08-25 22:17:34 PDT
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.
Comment 1 Andreas Kling 2010-08-25 22:37:03 PDT
(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)
Comment 2 Simon Fraser (smfr) 2010-09-23 11:46:38 PDT
ping?
Comment 3 Dirk Schulze 2014-04-03 02:04:24 PDT
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.