[Webkit-unassigned] [Bug 18798] New: Discrete animation of 'fill' with url() not correct
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 29 02:55:02 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=18798
Summary: Discrete animation of 'fill' with url() not correct
Product: WebKit
Version: 526+ (Nightly build)
Platform: Macintosh
URL: http://mcc.id.au/temp/2008/discrete-fill-animation.svg
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: cam at mcc.id.au
Animating an element's fill using <animate calcMode='discrete'> where the
values list includes url() values causes the wrong values to be applied to the
property.
It seems that if the initial value of the 'fill' (the underlying value) does
not have a url() value, then black is used instead of the paint server. If the
initial value does have a url() value (which doesn't need to be the same URI
reference as the value in the values list), then the animation is a bit
strange: the url() value does result in the use of the paint server at that
point, but for each subsequent value in the animation, the fill flickers
briefly to the correct value but then reverts to using the paint server.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list