[Webkit-unassigned] [Bug 96586] New: Borders for rounded rects should be rendered with antialias on

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 12 18:10:45 PDT 2012


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

           Summary: Borders for rounded rects should be rendered with
                    antialias on
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ktf.kim at samsung.com


On RenderBoxModelObject::clipBorderSidePolygon, borders for RenderBox rendered as 4 convex polygons.
When the convex polygons are clipped, antialias is set by  the border matches its adjacent sides or not.

But for rounded rects, the borders should be rendered with antialias on,
because the rounded edge can be aliased,
and  mismatch between border and contents can happen because the rounded rects contents always rendered with antialias on.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list