Skip to content

Instantly share code, notes, and snippets.

View segdeha's full-sized avatar
🏠
Working from home

Andrew Hedges segdeha

🏠
Working from home
View GitHub Profile
@segdeha
segdeha / Squares.js
Created April 26, 2011 16:08 — forked from mikesusz/Squares.js
squaredesign squares draw
function Squares(id) {
this.sq = document.getElementById(id)
this.$sq = $(this.sq)
this.con = sq.getContext('2d')
this.sqD = 60
this.styles = [
'#e2e5e3',
'#f4f4f4',
'#808ab8',
'#40455c',
@segdeha
segdeha / Squares.js
Created April 26, 2011 15:46 — forked from mikesusz/Squares.js
squaredesign squares draw
function Squares(id) {
this.sq = document.getElementById(id)
this.$sq = $(this.sq)
this.con = sq.getContext('2d')
this.sqD = 60
this.styles = [
'#e2e5e3',
'#f4f4f4',
'#808ab8',
'#40455c',