Skip to content

Commit

Permalink
track color to red
Browse files Browse the repository at this point in the history
  • Loading branch information
rcgroot committed Mar 10, 2017
1 parent 4ce005e commit 3fbebf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void drawPath(Canvas canvas, int x, int y, int zoom, Paint paint, Path path) {
}
last = new Point(previous);
}
paint.setColor(Color.GREEN);
paint.setColor(Color.RED);
paint.setStyle(Paint.Style.STROKE);
paint.setStrokeWidth(this.strokeWidth);
paint.setAntiAlias(true);
Expand Down

0 comments on commit 3fbebf7

Please sign in to comment.