[Webkit-unassigned] [Bug 54243] New: SVG animation avoid unnecessary adjust for currentColor
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 10 13:48:41 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54243
Summary: SVG animation avoid unnecessary adjust for
currentColor
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: krit at webkit.org
CC: zimmermann at kde.org
Blocks: 41761
At the moment we check every string for currentColor, independent of the animation type. We should just check for currentColor on color animation. Also if the string is currentColor, we ask the RenderStyle for the color, transform this color to a string and transform it back again.
--
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