Bug 37027 - REGRESSION: Animated SVG images as CSS image backgrounds no longer repaint correctly
Summary: REGRESSION: Animated SVG images as CSS image backgrounds no longer repaint co...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Adam Treat
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-02 10:14 PDT by Simon Fraser (smfr)
Modified: 2010-04-05 12:28 PDT (History)
3 users (show)

See Also:


Attachments
Fix for regression (1.06 KB, patch)
2010-04-05 10:56 PDT, Adam Treat
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2010-04-02 10:14:42 PDT
The pixel result of the fast/backgrounds/animated-svg-as-background.html test shows that repaints of animated SVG as CSS image backgrounds is broken (again).
Comment 1 Simon Fraser (smfr) 2010-04-02 10:18:02 PDT
fast/images/animated-svg-as-image.html also broken
Comment 2 Simon Fraser (smfr) 2010-04-02 10:39:30 PDT
http://trac.webkit.org/changeset/55675
Comment 3 Simon Fraser (smfr) 2010-04-02 11:31:03 PDT
SVGImage.cpp has a repaint() method in the chrome client that wasn't fixed up.
Comment 4 Adam Treat 2010-04-05 10:56:21 PDT
Created attachment 52543 [details]
Fix for regression

Attempted fix for regression
Comment 5 Darin Adler 2010-04-05 11:33:05 PDT
Comment on attachment 52543 [details]
Fix for regression

Is there any good way to regression-test this?

r=me
Comment 6 Adam Treat 2010-04-05 12:28:12 PDT
Fixed with r57089.