mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:22:44 +00:00 
			
		
		
		
	 04cc837db9
			
		
	
	
		04cc837db9
		
	
	
	
	
		
			
			These two were called by Discord while loading: - float getTotalLength(); - DOMPoint getPointAtLength(float distance);
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			202 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			202 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #import <Geometry/DOMPoint.idl>
 | |
| #import <SVG/SVGGraphicsElement.idl>
 | |
| 
 | |
| interface SVGGeometryElement : SVGGraphicsElement {
 | |
| 
 | |
|     float getTotalLength();
 | |
|     DOMPoint getPointAtLength(float distance);
 | |
| 
 | |
| };
 |