commit | 7a00e8bc9868f262d13d21c484f978f99e0adb95 | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Wed Sep 07 08:29:08 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Sep 07 08:29:08 2016 -0700 |
tree | f599567384b1636465075a7e1fc490101d2f8b0a | |
parent | b393a49e5fa7e69ba67692929e9fa2a4e1f6bbb1 [diff] |
Revert of Make AALinearizingConvexPathRenderer able to handle stroke and fill (patchset #7 id:120001 of https://codereview.chromium.org/2301353004/ ) Reason for revert: Image quality issues on Android devices Original issue's description: > Make AALinearizingConvexPathRenderer able to handle stroke and fill > > This is intended to catch stroke-and-fill convex paths with potentially small stroke widths (e.g., .1). > > It does have the disconcerting side effect of changing bevel-joined stroke-and-filled degenerate-single-line-rects into plain rects (w/o triangular end-caps). > > GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2301353004 > > Committed: https://skia.googlesource.com/skia/+/522bcd99fa65a8abd130880f59b500cf367d0845 TBR=ethannicholas@google.com,jvanverth@google.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review-Url: https://codereview.chromium.org/2318183002