1993hzw / Graffiti

android图片涂鸦,具有设置画笔,撤销,缩放移动等功能。Graffiti for android.
331 stars 101 forks source link

画直线边缘 毛糙 #22

Open HesitationPencil opened 6 years ago

1993hzw commented 6 years ago

你可以设置下画笔: mPaint.setStrokeCap(Paint.Cap.ROUND); mPaint.setAntiAlias(true); 最近我在重构该项目,使其拓展更容易