mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:12:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			268 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			268 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #import <SVG/SVGElement.idl>
 | |
| #import <SVG/SVGAnimatedNumber.idl>
 | |
| 
 | |
| // https://svgwg.org/svg2-draft/single-page.html#pservers-InterfaceSVGStopElement
 | |
| [Exposed=Window]
 | |
| interface SVGStopElement : SVGElement {
 | |
|   [SameObject] readonly attribute SVGAnimatedNumber offset;
 | |
| };
 | 
