Turn off antialiasing?
- 
					
					
					
					
 Hi, is it possible to turn antialiasing off? Something akin to noSmooth() maybe? Thanks!  
 
- 
					
					
					
					
 in the pdf preview? or while generating images? is this possible in Apples default Preview.app? 
 
- 
					
					
					
					
 @frederik in the preview window. And when exporting it as a raster image. I would need crisp lines. 
 
- 
					
					
					
					
 DrawBot runs on pdf data, the preview inside DrawBot is the same as viewing a pdf in the default Preview.app. DrawBot cannot change that. But I would opt for a option while calling: saveImage(path, antiAliasing=False)see the github issue: https://github.com/typemytype/drawbot/issues/375 
 
- 
					
					
					
					
 a possible result of disabling anitaliasing while drawing pdf date:  
 
- 
					
					
					
					
 Thanks @frederik! This is perfect!  
 
- 
					
					
					
					
 Added in DrawBot 3.126 
 thanks!