[Webkit-unassigned] [Bug 9197] CSS3: Borders with border-radius and double, groove, or ridge styles should look better

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 20 01:08:43 PDT 2008


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





------- Comment #14 from darwin at milliamp.org  2008-06-20 01:08 PDT -------
Oh wow, awesome test case you had there. Shows some massive problems with
border-radius.

When drawing rounded borders, an outer rounded clipping region is applied
always.
Also currently, in cases where it needs to, an inner rounded clipping region is
also applied.

You last patch removes the inner clipping region in all cases explicitly but
you're saying it is required? 
Those clipping regions perform elliptically at the corners so are they what
you're saying is required? 
If so, what was the reasoning for removing them in the patch? 

I'm interested in getting this all fixed up so any pointers would be
appreciated.

(The double border case would probably need additional clipping regions than
what is currently there to cater for the gap between the border strokes)


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