mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 12:12:45 +00:00 
			
		
		
		
	 00b24a55b1
			
		
	
	
		00b24a55b1
		
	
	
	
	
		
			
			Previously, these were clipped by the RecordingPainter, which used the path's bounding box (which in this case is zero width or height). The fix is to expand the bounding box by the stroke width. Fixes #22661 Note: This is unrelated to any recent LibGfx changes :^)
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			128 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			128 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <style>
 | |
| * {
 | |
|     margin: 0;
 | |
| }
 | |
| body {
 | |
|     background-color: white;
 | |
| }
 | |
| </style>
 | |
| <img src="./images/svg-axis-aligned-lines-ref.png">
 |