Fix for fat stroked roundrects.
authorjvanverth <jvanverth@google.com>
Fri, 26 Aug 2016 15:15:33 +0000 (08:15 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 26 Aug 2016 15:15:33 +0000 (08:15 -0700)
commit6a3976114d8a6aaa564c3c7571cfe7d1727a3a6e
tree08543909e45a05a6213a18f3948803960e64f2fe
parent349cecefe21e2b45acc201290cc4e4fa93b4ad76
Fix for fat stroked roundrects.

The original method did not correctly compute the distance value along
the inner edge, so the antialiasing was not quite correct. This fixes
that by adding additional vertices and setting a different outerRadius.
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2275423002

Review-Url: https://codereview.chromium.org/2275423002
src/gpu/GrOvalRenderer.cpp