[Webkit-unassigned] [Bug 99651] Animated SVG does not work on <body> when in a background-image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 17 21:11:33 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=99651


Philip Rogers <pdr at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |99677, 99676




--- Comment #2 from Philip Rogers <pdr at google.com>  2012-10-17 21:12:26 PST ---
(In reply to comment #1)
> Created an attachment (id=169289)
 --> (https://bugs.webkit.org/attachment.cgi?id=169289&action=review) [details]
> Example for animation bug on body
> 
> SVG animation seem not to work on body elements. Tried html, p, div and worked there.

I wasn't able to reproduce the bug with your testcase, nor reproduce differences between body and p/div/etc.

I think this bug has at least two root issues:
1) We do not support data uri images in the svg-as-image case. This is why the leaves do not show up. https://bugs.webkit.org/show_bug.cgi?id=99677
2) There is at least one sizing bug tickled by this repro where we do not repaint correctly. https://bugs.webkit.org/show_bug.cgi?id=99676

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list