Fixing SkClipStack::clipDevPath so that it will not convert rectangular paths to...
authorjunov@chromium.org <junov@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 10 Dec 2012 14:57:54 +0000 (14:57 +0000)
committerjunov@chromium.org <junov@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 10 Dec 2012 14:57:54 +0000 (14:57 +0000)
commitedf32d5b0e7694833287024e03da38521a0adf05
treee4d6dee0eeca975619fe9141c8f12f6f7fa3e51e
parent0d3d09e5d2fd17aaed035ae23d59804b56b994ff
Fixing SkClipStack::clipDevPath so that it will not convert rectangular paths to rectangle clips if inverse fill.

BUG=http://code.google.com/p/chromium/issues/detail?id=164580
TEST=unit test ClipStackTest/test_rect_inverse_fill
Review URL: https://codereview.appspot.com/6880044

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