Bug 19655

Summary: Borders of different widths don't line up when there is a border radius on a box
Product: WebKit Reporter: Alex Taylor <darwin>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bdakin, hyatt, mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Bug Depends on: 19651    
Bug Blocks:    
Attachments:
Description Flags
Test Case showing the issue none

Description Alex Taylor 2008-06-18 07:16:53 PDT
If a box has two intersecting sides wdth different widths and a border-radius greater than the width of either side, the two arcs do not join cleanly, they hit each other at their respective widths.

They should merge cleanly. 

As a note, Firefox 3 does this.
Comment 1 Alex Taylor 2008-06-18 07:18:56 PDT
Created attachment 21817 [details]
Test Case showing the issue

Test Case showing the borders hitting.
Comment 2 Alex Taylor 2008-06-18 07:22:40 PDT
This bug requires bug 19651 to be fixed to get rid of the artifacts that will show up if this is fixed.
Comment 3 mitz 2008-06-18 09:32:01 PDT
See bug 9197 for some work in progress on this.
Comment 4 mitz 2008-06-18 09:33:52 PDT

*** This bug has been marked as a duplicate of 17468 ***