more progress on arrows and stuff

This commit is contained in:
Peter Cottle 2012-09-17 13:12:42 -07:00
parent cc65ae7491
commit a229bc2f41
7 changed files with 30 additions and 14 deletions

View file

@ -63,7 +63,6 @@ function windowResize() {
var width = el.clientWidth - smaller;
var height = el.clientHeight - smaller;
console.log('setting to', left, top, width, height);
$(paper.canvas).css({
left: left + 'px',
top: top + 'px'