mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 21:22:46 +00:00 
			
		
		
		
	 7f79208759
			
		
	
	
		7f79208759
		
	
	
	
	
		
			
			Per SVG2, any coordinate pairs following a moveto command should be treated as implicit lineto commands with the same absoluteness as the moveto command.
		
			
				
	
	
		
			6 lines
		
	
	
		
			No EOL
		
	
	
		
			200 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			No EOL
		
	
	
		
			200 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html><html><body><svg
 | |
|           xmlns="http://www.w3.org/2000/svg"
 | |
|           width="100"
 | |
|           height="100"
 | |
|           viewBox="0 0 10 10"
 | |
|         ><path d="M 2 2 5 8 8 2 z"></path></svg> |