Bug 60363

Summary: When border-color sets with opacity filling, it's doubles fill on corners
Product: WebKit Reporter: kb
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: dbates, mihnea
Priority: P2    
Version: 525.x (Safari 3.2)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
border-color bug example none

Description kb 2011-05-06 05:33:06 PDT
Created attachment 92570 [details]
border-color bug example

When border-color sets with opacity, it's doubles fill on corners, for exmaple - <div style="border: 20px solid rgba(0,0,255,0.5);">TEXT</div> for this block coners of border will be less transparent than sides.
Comment 1 Mihnea Ovidenie 2011-05-06 06:55:30 PDT
Hi,
Are you using Safari 3.2? Have you tried with latest WebKit? On what platform are you seeing this problem?

Regards,
Mihnea
Comment 2 kb 2011-05-06 07:00:53 PDT
I use Safari 5.0.5 and Google Chrome 11.0.696 on Windows 7 x64
Comment 3 Mihnea Ovidenie 2011-05-06 07:24:13 PDT
(In reply to comment #2)
> I use Safari 5.0.5 and Google Chrome 11.0.696 on Windows 7 x64

Could you try with latest night build on Win? I am able to see the problem in Safari 5.0.5 but with latest WebKit nightly (85911), the problem appears to be solved.
Comment 4 kb 2011-05-06 09:53:33 PDT
I try nightly build (85911) for windows and the problem now solved
Comment 5 Daniel Bates 2011-05-08 20:47:11 PDT

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