All rSomethingTo() immediately following a close() are relative to the point we close...
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 9 Aug 2013 19:48:26 +0000 (19:48 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 9 Aug 2013 19:48:26 +0000 (19:48 +0000)
commit9d54aeb8a192845f1f8122dba780d40ee6a0de1b
tree352ea45c40fe1b3758a2dcd3d641870e9021f328
parent80e18c93bbeefe54f8192a380586e6468f179917
All rSomethingTo() immediately following a close() are relative to the point we closed from, not the point we close to.  Fix that.

Seems like this has been broken since the stone ages.

BUG=skia:1474, code.google.com/p/android/issues/detail?id=41216
R=bsalomon@google.com

Author: mtklein@google.com

Review URL: https://chromiumcodereview.appspot.com/22681006

git-svn-id: http://skia.googlecode.com/svn/trunk@10666 2bbb7eff-a529-9590-31e7-b0007b416f81
src/core/SkPath.cpp
tests/PathTest.cpp