Index: gm/strokes.cpp |
diff --git a/gm/strokes.cpp b/gm/strokes.cpp |
index f64a87640c4d41531ec21de59b00bebcc36f72c1..61f5a8af6aa770895e4c135c5ac7b04f4f3b3e64 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); |
} |