[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
Mon Jun 29 05:06:11 PDT 2009


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


darwin at milliamp.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #14645|0                           |1
        is obsolete|                            |
  Attachment #14651|0                           |1
        is obsolete|                            |
         AssignedTo|webkit-                     |darwin at milliamp.org
                   |unassigned at lists.webkit.org |
  Attachment #32006|                            |review?
               Flag|                            |




------- Comment #22 from darwin at milliamp.org  2009-06-29 05:06 PDT -------
Created an attachment (id=32006)
 --> (https://bugs.webkit.org/attachment.cgi?id=32006&action=view)
Re-written border code using clipping patches

This patch changes all the border rendering code to use elliptical clipping
masks when there is a border radius defined instead of approximating the curve
by stroking an arc on the corners. The clipping masks are anti-aliased. 

This patch isn't finished at all, I need to do a few more bits and pieces and
clean up the code.

Mitz or Hyatt, can I please get one of you to do some performance testing on
this code (using PLT?) to see how much optimisation work is required.


-- 
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.
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list