mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-30 21:01:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			385 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			385 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| // https://html.spec.whatwg.org/multipage/canvas.html#canvasshadowstyles
 | |
| interface mixin CanvasShadowStyles {
 | |
|     // shadows
 | |
|     attribute unrestricted double shadowOffsetX; // (default 0)
 | |
|     attribute unrestricted double shadowOffsetY; // (default 0)
 | |
|     attribute unrestricted double shadowBlur; // (default 0)
 | |
|     attribute DOMString shadowColor; // (default transparent black)
 | |
| };
 | 
