aboutsummaryrefslogtreecommitdiff
path: root/gm
diff options
context:
space:
mode:
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-23 19:39:15 +0000
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-23 19:39:15 +0000
commit03ca64b832819564d958b70ee27a2134ff88c9c6 (patch)
treeb5e80f57a2129cb26a3d9719f915f8dfba115731 /gm
parent22999c61d8a89f8f5920dc3ad494a88f57718770 (diff)
downloadskia-03ca64b832819564d958b70ee27a2134ff88c9c6.tar.gz
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
Diffstat (limited to 'gm')
-rw-r--r--gm/cubicpaths.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/cubicpaths.cpp b/gm/cubicpaths.cpp
index 00a741234d..56ed7297f5 100644
--- a/gm/cubicpaths.cpp
+++ b/gm/cubicpaths.cpp
@@ -17,7 +17,7 @@ public:
protected:
SkString onShortName() {
- return SkString("cubicpath");
+ return SkString("clippedcubic");
}
SkISize onISize() { return SkISize::Make(1240, 390); }