Skip to content

Instantly share code, notes, and snippets.

View jnaglick's full-sized avatar
🙂

John M Naglick jnaglick

🙂
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>canvas demo</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script src="http://raw.github.com/brandonaaron/jquery-mousewheel/master/jquery.mousewheel.js"></script>
<style>
canvas {
border: 1px solid #000;
position: absolute;