Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialEvan Shellborn
4,827 PointsSVG Backwards Compatibility
Great course. I noticed that you didn't really do any backwards compatibility. Is it safe enough to just use SVGs as images? On a real website, would you have a backup image? And if I want a backup image, any suggestions on the best way to do that? Nick Pettit
1 Answer
Tom Bedford
15,645 PointsHi Evan! SVGs are not supported in IE8 (still 8-10% of usage so it's an important one) and early versions of Android. There are some suggestions for fallbacks in this article.