[Webkit-unassigned] [Bug 20495] New: paintBorder in RenderObject paint two times the corners

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 24 00:10:35 PDT 2008


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

           Summary: paintBorder in RenderObject paint two times the corners
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mbensi at pleyo.com


here a log of drawBorder coordinate in paintBorder :

x1 : 215 y1 : 474 x2 : 768 y2 : 478
x1 : 215 y1 : 533 x2 : 768 y2 : 537
x1 : 215 y1 : 474 x2 : 219 y2 : 537
x1 : 764 y1 : 474 x2 : 768 y2 : 537

the result is that : 

------------------------
|  |                |  |
------------------------
|  |                |  |
|  |                |  |
|  |                |  |
|  |                |  |
|  |                |  |
------------------------
|  |                |  |
------------------------

I think we should have that : 

------------------------
|                      |
------------------------
|  |                |  |
|  |                |  |
|  |                |  |
|  |                |  |
|  |                |  |
------------------------
|                      |
------------------------


-- 
Configure bugmail: https://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