mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 06:02:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			161 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			161 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #import <SVG/SVGGeometryElement.idl>
 | |
| 
 | |
| [Exposed=Window]
 | |
| interface SVGPolylineElement : SVGGeometryElement {
 | |
| };
 | |
| 
 | |
| // SVGPolylineElement includes SVGAnimatedPoints;
 | 
