Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2230)

Unified Diff: gm/cubicpaths.cpp

Issue 15924003: don't overclamp cubics (see skbug.com/1316) (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/core/SkEdgeClipper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/cubicpaths.cpp
diff --git a/gm/cubicpaths.cpp b/gm/cubicpaths.cpp
index 00a741234d30e6d55aaaa1ff0a9c006e189f1045..56ed7297f557e97b16c504ce286e3b6ffecbbebf 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); }
« no previous file with comments | « no previous file | src/core/SkEdgeClipper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698