Skip to content

Instantly share code, notes, and snippets.

@jeena
Created August 8, 2010 15:18
Show Gist options
  • Save jeena/514131 to your computer and use it in GitHub Desktop.
Save jeena/514131 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>test</title>
<script type="text/javascript" charset="utf-8">
var t = 1;
</script>
</head>
<body onload="start()">
<svg width="100%" height="100%" version="1.1" xmlns="http://www.w3.org/2000/svg">
<circle cx="100" cy="100" r="50" stroke="black" stroke-width="2" fill="none" />
</svg>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment