Fix rrects that are large enough that we lose/gain a bit when we add the radius to...
authorreed <reed@google.com>
Mon, 15 Dec 2014 20:28:33 +0000 (12:28 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 15 Dec 2014 20:28:33 +0000 (12:28 -0800)
commit5bcbe91304ec2515208b5218517579f48874e928
treee81f9b0521dc20726c30f99a3bba50f54c50624a
parentc97570cfb38a90ad36b4dce1ca82e809d3fb9ef0
Fix rrects that are large enough that we lose/gain a bit when we add the radius to a bounds coordinate.

add test that triggers assert in addRRect

BUG=skia:3239

Review URL: https://codereview.chromium.org/803153003
include/core/SkPathRef.h
src/core/SkPath.cpp
src/core/SkRRect.cpp
tests/PathTest.cpp