Navigation Menu

Skip to content

Commit

Permalink
updated acorn for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andor committed Jul 11, 2010
1 parent 062ffc3 commit 3c8baab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion demos/acorn/acorn.asc
Expand Up @@ -57504,4 +57504,9 @@
3.195539 -2.933579 9.74251 80 56 32 0.089399 -0.129458 0.987547
3.195539 -2.805503 9.74251 80 56 40 0.105032 -0.066927 0.992214
3.195539 -2.6774240000000002 9.74251 80 56 40 0.145090 0.073766 0.986665
3.195539 -2.549348 9.74251 72 48 24 0.223254 0.128481 0.966256
3.195539 -2.549348 9.74251 72 48 24 0.223254 0.128481 0.966256





4 changes: 2 additions & 2 deletions demos/lion/lion.js
Expand Up @@ -10,7 +10,7 @@ var size = 500;

window.onresize = function(){
ps.resize(window.innerWidth, window.innerHeight);
ps.background([0.3,0.5,0.7,0.2]);
ps.background([0,0,0,1]);
};

function zoom(amt){
Expand Down Expand Up @@ -59,7 +59,7 @@ function start(){
ps.setup(document.getElementById('canvas'), render);

ps.background([0,0,0,1]);
ps.pointSize(5);
ps.pointSize(8);

ps.onMouseScroll = zoom;
ps.onMousePressed = mousePressed;
Expand Down

0 comments on commit 3c8baab

Please sign in to comment.