| commit | 129b8e3237b80b9d258a8f48e8f54c0073cafbdc | [log] [tgz] |
|---|---|---|
| author | senorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Jun 15 17:52:09 2011 +0000 |
| committer | senorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Jun 15 17:52:09 2011 +0000 |
| tree | cc428a81e0e5bf15737f629de9dd7a87e7094bf0 | |
| parent | af9d9c2fc7a147ee414f8c29bc20d676f558fd1e [diff] [blame] |
Implement edge AA for concave polys in the tesselated path renderer. Review URL: http://codereview.appspot.com/4571072/ git-svn-id: http://skia.googlecode.com/svn/trunk@1600 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/src/GrPathUtils.cpp b/gpu/src/GrPathUtils.cpp index 8a72ba8..1fb043c 100644 --- a/gpu/src/GrPathUtils.cpp +++ b/gpu/src/GrPathUtils.cpp
@@ -111,7 +111,7 @@ bool first = true; - SkPath::Iter iter(path, true); + SkPath::Iter iter(path, false); GrPathCmd cmd; GrPoint pts[4];