Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feature/1961-add-m…
Browse files Browse the repository at this point in the history
…entions-to-commenting
  • Loading branch information
oguzkocer committed Nov 5, 2014
2 parents bd0a083 + 9d2d48b commit 3d9cb0f
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -528,12 +528,6 @@ public static Bitmap getCircularBitmap(final Bitmap bitmap) {
paint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.SRC_IN));
canvas.drawBitmap(bitmap, rect, rect, paint);

// outline
paint.setStyle(Paint.Style.STROKE);
paint.setStrokeWidth(1f);
paint.setColor(Color.DKGRAY);
canvas.drawOval(rectF, paint);

return output;
}

Expand Down

0 comments on commit 3d9cb0f

Please sign in to comment.