-
Notifications
You must be signed in to change notification settings - Fork 26
/
paper_gears.html
34 lines (27 loc) · 1.86 KB
/
paper_gears.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>PaperJS Gears</title>
<script src="paper.js" type="text/javascript" charset="utf-8"></script>
<script type="text/paperscript" canvas="canvas" src="paper_gears.pjs" id="script"></script>
<script type="text/javascript" src="http://use.typekit.com/ran8aft.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-26336682-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<a href="https://github.com/zgrossbart/3gears" id="forkme"><img style="position: absolute; top: 8px; left: 819px; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<canvas id="canvas" width="960" height="650" style="background-color: #ececec;"></canvas>
<h2 style="font-family: ff-basic-gothic-web-pro,Verdana,Arial,Sans-serif;left: 145px;position: absolute;top: 525px;width: 190px;">Gears in PaperJS</h2>
<span style="font-family: ff-basic-gothic-web-pro,Verdana,Arial,Sans-serif;left: 400px;position: absolute;top: 585px; font-size: 12px;"><a href=".">Paper vs. Processing vs. Raphaël</a></span>
</body>
</html>