[Webkit-unassigned] [Bug 8736] webkit-border-radius does not show if radius is more than half the side length

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 15 11:58:16 PDT 2009


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


simon.fraser at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simon.fraser at apple.com




------- Comment #7 from simon.fraser at apple.com  2009-05-15 11:58 PDT -------
The latest CSS3 draft says:
"Corners do not overlap: When the sum of two adjacent corner radii exceeds the
size of the border box, UAs must reduce one or more of the radii. The algorithm
for reducing radii is as follows:
The sum of two adjacent radii may not be more than the width or height
(whichever is relevant) of the box. If any sum exceeds that value, all radii
are reduced according to the following formula: Let f = min(Li/Si), where i
∈ {top, right, bottom, left}, Si is the sum of the radii of the corners
on side i, and Ltop = Lbottom = the width of the box, and Lleft = Lright = the
height of the box. If f < 1, then all corner radii are reduced by multiplying
them by f."

http://www.w3.org/TR/css3-background/#the-border-radius


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