mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:12:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			186 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			186 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #import <SVG/SVGElement.idl>
 | |
| #import <SVG/SVGAnimatedNumber.idl>
 | |
| 
 | |
| [Exposed=Window]
 | |
| interface SVGStopElement : SVGElement {
 | |
|   [SameObject] readonly attribute SVGAnimatedNumber offset;
 | |
| };
 | 
