[Webkit-unassigned] [Bug 60157] New: Gradients not horizontal using 270deg with odd div width
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 4 04:17:34 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60157
Summary: Gradients not horizontal using 270deg with odd div
width
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: martin.wittemann at 1und1.de
Assigning a gradient like this
background-image: -webkit-linear-gradient(270deg, #CCCCCC 50%, #999999 50%);
leads to a strange result in cases the width of the div using that style rule is odd. Giving the same div an even width, everything looks like it should. Just check out the attached HTML file to see the difference.
I have seen it in chrome on OSX and Linux so I guess its not OS dependent.
--
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