javascript/svg balls
While looking for ways to create some vector graphics for this site, I reacquainted myself with SVG. As a coder, I never really managed to use Illustrator or any of its alternatives efficiently, so I figured I better just script my art, and SVG lets me do just that.
In fact, an SVG document can even be manipulated during display with javascript.
Sadly, <img src="example.svg">
cannot be used in any of the current
browsers, and surrounding any of the alternatives (object, embed,
iframe) with <a>
does not work either. I have embedded a
hyperlink inside the .svg to get a similar effect.
Formatted source.