public marks

PUBLIC MARKS from Spone with tags javascript & svg

2016

Segment

by 2 others
A little JavaScript class (without dependencies) to draw and animate SVG path strokes

2013

Snap.svg - Home

by 7 others
SVG 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

2009

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.