Skip to content

Instantly share code, notes, and snippets.

View scottix's full-sized avatar

StellarKnight scottix

View GitHub Profile
@scottix
scottix / index.html
Last active December 18, 2015 23:48
<!DOCTYPE html>
<html>
<head>
<title>Drag Rect</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.min.js"></script>
</head>
<body>
<script type="text/javascript">
var w = 500;
var h = 400;