mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	 0ec522ab54
			
		
	
	
		0ec522ab54
		
	
	
	
	
		
			
			The fix here has two parts: 1. Don't use the fallback viewBox at all if we're not in SVG-as-image. 2. Don't make a fallback viewBox with zero width and/or height. This fixes a crash on Bandcamp pages. Thanks Tim Flynn for reporting!
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			128 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			128 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <img src="svg-with-zero-intrinsic-size-and-no-viewbox.svg">
 | |
| <svg width=0 height=0>
 | |
|     <rect x=0 y=0 width=1 height=1 />
 | |
| </svg>
 |