[Webkit-unassigned] [Bug 56928] New: [Qt] Bottom border of an inline is cut if it is 1 pixel wide and left or right border is thicker.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 23 09:02:45 PDT 2011


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

           Summary: [Qt] Bottom border of an inline is cut if it is 1
                    pixel wide and left or right border is thicker.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yael.aharon at nokia.com


Created an attachment (id=86624)
 --> (https://bugs.webkit.org/attachment.cgi?id=86624&action=review)
Test case

GraphicsContext::drawConvexPolygon() is supposed to draw a trapezoid and it does it properly for the top border. If the bottom border is 1 pixel wide, only the shorter part of the trapezoid is drawn, so part of the border is missing.

I actually think this is a bug in QPainter::drawConvexPolygon(), but wanted to check here first.

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