This content has been marked as final.
Show 1 reply
-
1. Re: %100 width SVG image causing issues with layering and transparent border
Zak Williamson (Adobe) Oct 21, 2014 9:59 AM (in response to Shutterlab)If you really do mean 24Mb, you really don't want to do that. A 24Mb SVG will take well over 30 seconds to download on a typical US broadband connection and much longer on slower connections. Most site visitors won't stick around for that. Once loaded it will be very complex for the browser to draw (a huge number of vectors) and will likely slow the performance of the page. It may in fact be causing the browser to fail to draw other items. Without knowing more about what you're attempting to achieve and why a 24Mb SVG might be desirable, it's difficult to know what approach to recommend, but you're likely much better off using an image for this case.


