aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/strokes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/strokes.cpp')
-rw-r--r--gm/strokes.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gm/strokes.cpp b/gm/strokes.cpp
index f64a87640c..61f5a8af6a 100644
--- a/gm/strokes.cpp
+++ b/gm/strokes.cpp
@@ -243,7 +243,7 @@ DEF_SIMPLE_GM(quadcap, canvas, 200, 200) {
p.setStrokeWidth(0);
SkPath path;
SkPoint pts[] = {{105.738571f,13.126318f},
- {105.738571f,13.126318f},
+ {105.738571f,13.126318f},
{123.753784f,1.f}};
SkVector tangent = pts[1] - pts[2];
tangent.normalize();
@@ -449,7 +449,7 @@ protected:
SkPaint paint;
paint.setStyle(SkPaint::kStroke_Style);
paint.setStrokeWidth(0.055f);
-
+
canvas->scale(1000, 1000);
canvas->drawCircle(0, 2, 1.97f, paint);
}