mirror of
				https://github.com/SimpleMobileTools/Simple-Draw.git
				synced 2025-06-05 21:59:17 +02:00 
			
		
		
		
	enable antialiasing
This commit is contained in:
		@@ -25,6 +25,7 @@ public class MyCanvas extends View {
 | 
			
		||||
        paint.setColor(Color.BLACK);
 | 
			
		||||
        paint.setStyle(Paint.Style.STROKE);
 | 
			
		||||
        paint.setStrokeWidth(5f);
 | 
			
		||||
        paint.setAntiAlias(true);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user