Posts Tagged ‘Canvas’

Fix Canvas Size in Processing.js

Finally the shape of the circle inside the canvas looks correct. Size of the canvas should stated inside setup() function in JavaScript and not CSS. We guess, if we did not mention the size of the canvas inside the setup() function, the default size, width is 200px and height is 200px, will be set. When [...]

Processing.js Visualization JavaScript Library

Recently I am addicted to JavaScript. After seeing cool stuff in Chrome Experiments, I begin to learn JQuery by John Resig. His processing visualization language JavaScript porting, Processing.js, recently got a new web site. I believe it is a very cool library. It is an open programming language for people who want to program images, [...]