mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-30 21:01:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			324 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			324 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #import <HTML/CanvasRenderingContext2D.idl>
 | |
| 
 | |
| // https://html.spec.whatwg.org/multipage/canvas.html#canvasimagesmoothing
 | |
| interface mixin CanvasImageSmoothing {
 | |
|     // image smoothing
 | |
|     attribute boolean imageSmoothingEnabled; // (default true)
 | |
|     attribute ImageSmoothingQuality imageSmoothingQuality; // (default low)
 | |
| };
 | 
