mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-06-05 21:59:17 +02:00
some minor pull request edits
This commit is contained in:
@ -86,8 +86,8 @@ public class MyCanvas extends View {
|
||||
}
|
||||
|
||||
public void clearCanvas(){
|
||||
mPath = new Path();
|
||||
mPaths = new LinkedHashMap<>();
|
||||
mPath.reset();
|
||||
mPaths.clear();
|
||||
pathsUpdated();
|
||||
invalidate();
|
||||
}
|
||||
|
Reference in New Issue
Block a user