| commit | 03ca64b832819564d958b70ee27a2134ff88c9c6 | [log] [tgz] |
|---|---|---|
| author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu May 23 19:39:15 2013 +0000 |
| committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu May 23 19:39:15 2013 +0000 |
| tree | b5e80f57a2129cb26a3d9719f915f8dfba115731 | |
| parent | 22999c61d8a89f8f5920dc3ad494a88f57718770 [diff] [blame] |
don't overclamp cubics (see skbug.com/1316) BUG= Review URL: https://codereview.chromium.org/15924003 git-svn-id: http://skia.googlecode.com/svn/trunk@9262 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gm/cubicpaths.cpp b/gm/cubicpaths.cpp index 00a7412..56ed729 100644 --- a/gm/cubicpaths.cpp +++ b/gm/cubicpaths.cpp
@@ -17,7 +17,7 @@ protected: SkString onShortName() { - return SkString("cubicpath"); + return SkString("clippedcubic"); } SkISize onISize() { return SkISize::Make(1240, 390); }