[Webkit-unassigned] [Bug 6129] Incomplete implementation of CSS 2.1 system colors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 09:59:08 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=6129





------- Comment #17 from aroben at apple.com  2007-11-28 09:59 PDT -------
(From update of attachment 17571)
 232     return Color(static_cast<int>(256.0 * [color redComponent]),
static_cast<int>(256.0 * [color greenComponent]), static_cast<int>(256.0 *
[color blueComponent]));

You should be multiplying by 255 instead of 256.0


-- 
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