[Webkit-unassigned] [Bug 85031] New: Antialias single-edge solid borders

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 26 23:30:31 PDT 2012


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

           Summary: Antialias single-edge solid borders
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://crbug.com/105422
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: davidbarr at chromium.org


Downstream bug: http://crbug.com/105422

Arrow is badly antialiased (see screenshot), here is CSS code to reproduce.

<html>
<head>
<style>
.arrow-right {
        width: 0;
        height: 0;
        border-top: 19px solid transparent;
        border-bottom: 19px solid transparent;
        border-left: 61px solid purple;
        position: absolute;
        margin-top: 0px;  
        display: inline;
}
</style>
</head>

<body>
  <div class="arrow-right"></div>
<body>

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