Bug 37027

Summary: REGRESSION: Animated SVG images as CSS image backgrounds no longer repaint correctly
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: SVGAssignee: Adam Treat <manyoso>
Status: RESOLVED FIXED    
Severity: Normal CC: krit, manyoso, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
Attachments:
Description Flags
Fix for regression darin: review+

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.