aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/mixedtextblobs.cpp
diff options
context:
space:
mode:
authorGravatar jvanverth <jvanverth@google.com>2015-06-22 08:08:09 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-06-22 08:08:09 -0700
commit34d7288b19920bfb98a6eb280a906840aac51879 (patch)
tree1ecb1e868407b9dab7c7b7942e0857d55fa27ba9 /gm/mixedtextblobs.cpp
parent4854d13c27f6e3f8f763afd291821ce42324e645 (diff)
Change large glyph check back to > threshold.
Using >= misses some Chromium test cases that are still being rendered as paths. BUG=chromium:467569 Review URL: https://codereview.chromium.org/1202433002
Diffstat (limited to 'gm/mixedtextblobs.cpp')
-rw-r--r--gm/mixedtextblobs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/mixedtextblobs.cpp b/gm/mixedtextblobs.cpp
index fb1b632fb9..ab7beb909b 100644
--- a/gm/mixedtextblobs.cpp
+++ b/gm/mixedtextblobs.cpp
@@ -54,7 +54,7 @@ protected:
// make textblob
// Text so large we draw as paths
SkPaint paint;
- paint.setTextSize(384);
+ paint.setTextSize(385);
const char* text = "O";
sk_tool_utils::set_portable_typeface(&paint);