2016
Delivering Octicons with SVG
GitHub.com no longer delivers its icons via icon font. Instead, we’ve replaced all the Octicons throughout our codebase with SVG alternatives. While the changes are mostly under-the-hood, you’ll immediately feel the benefits of the SVG icons.
2013
Snap.svg - Home
by 7 othersSVG is an excellent way to create interactive, resolution-independent vector graphics that will look great on any size screen. And the Snap.svg JavaScript library makes working with your SVG assets as easy as jQuery makes working with the DOM.
2011
2010
Protovis
by 4 othersProtovis composes custom views of data with simple marks such as bars and dots. Unlike low-level graphics libraries that quickly become tedious for visualization, Protovis defines marks through dynamic properties that encode data, allowing inheritance, scales and layouts to simplify construction.
When can I use...
Compatibility tables for features in HTML5, CSS3, SVG and other upcoming web technologies
Internet Explorer 9: Testing Center
(via)This website contains several collections of test pages that were developed in conjunction with the World Wide Web Consortium (W3C) working groups. These tests make it possible to validate a browser's compliance with specific web standards.
2009
When can I use...
by 9 others, 2 commentsCompatibility tables for features in HTML5, CSS3, SVG and other upcoming web technologies
SVG_roundies: Code-only rounded HTML boxes with SVG
SVG_roundies is a port of Drew Diller's excellent DD_roundies library. While DD_roundies uses Microsoft's VML to add rounded corners to boxes and thus only works in Internet Explorer this library is based on the W3C standard SVG.
SVG is supported by Firefox, Opera, Safari and Chrome but not by Internet Explorer. That said in practice you want to use DD_roundies and SVG_roundies together. As SVG_roundies is a port of DD_roundies both libraries provide the very same interface and produce the same results. Only their implementation differs. If you know DD_roundies you can use SVG_roundies in a minute.
2008
jQuery SVG Demo
This plugin allows you to manipulate the SVG from JavaScript.
1
(12 marks)