automatically inject a moveTo if we see a close followed by a line/quad/cubic
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 12 Jan 2012 18:17:11 +0000 (18:17 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 12 Jan 2012 18:17:11 +0000 (18:17 +0000)
commitd335d1d784167f8b9a4bf8a35e04d8e82d0a9507
tree229646d2b39771aa5de0f4481799d40091b18a2c
parent51a283b4add1827db03debfc382c8854773dba3d
automatically inject a moveTo if we see a close followed by a line/quad/cubic

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