User:Michael Murtaugh: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 14: Line 14:


{{#ask: [[Thumbnail::+]][[Category:Work]]
{{#ask: [[Thumbnail::+]][[Category:Work]]
| ?#
| ?Thumbnail
| ?Thumbnail
| format=gallery
| format=gallery
| imageproperty=Thumbnail
| imageproperty=Thumbnail
| captionproperty=Title
}}
}}

Revision as of 21:26, 23 April 2013

<video src="http://automatist.org/video/ipad.melt.webm"></video>

<canvas width=500 height=300 showsrc=true> function draw() {

 c = document.getElementById("canvas");
 p = c.getContext('2d');
 x = 10;
 while(x<300) {
   p.strokeRect(x, x, 20, 20);
   x += 20;
 }

} </canvas>

{{#ask: Thumbnail::+ | ?# | ?Thumbnail | format=gallery | imageproperty=Thumbnail | captionproperty=Title }}