Skip to content

Instantly share code, notes, and snippets.

@sfrdmn
sfrdmn / gist:1227510
Created September 19, 2011 20:25
SVG Skeleton
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1"
baseProfile="full"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:ev="http://www.w3.org/2001/xml-events">
<!-- ENTER YER STUFF HERE. DELETE THIS LINE -->
</svg>
@sfrdmn
sfrdmn / gist:1217377
Created September 14, 2011 18:35
DAI 523 - Pino vs. Godzilla
var title = document.getElementById("title");
title.parentNode.removeChild(title);
function square( x ) {
return x * x;
}
pino.buildWall = function( n ) {
var wall = document.getElementById("wall");
var i = 0;