TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

SVGeezy - a JavaScript plugin for SVG fallbacks

9 pointsby benhowdle89almost 13 years ago

3 comments

duopixelalmost 13 years ago
Great work. This is was sorely needed.<p>May I ask why did you go with progressive enhancement instead of graceful degradation? Sort of like<p><pre><code> &#60;img class="logo svg" src="logo.png" ... /&#62; </code></pre> This would allow old clients with javascript disabled to still display the image, but I'm not sure if it would cause duplicate requests in modern browsers.
评论 #4441525 未加载
评论 #4441586 未加载
pooriaazimialmost 13 years ago
It's great, but you need to make it more customizable. I had an SVG logo once that would fail to render correctly on most browsers, even though they supported `SVG#BasicStructure`.<p>Make it an option so we can decide what subset of SVG "each" image needs!
评论 #4441628 未加载
paranoiacblackalmost 13 years ago
Kudos to you benhowdle89. This is just what I was looking for recently since I've been trying to move old sites to support svgs. Also, digging the kanye quote.
评论 #4441511 未加载