(fn[rq rs]((:ht(.getAttribute rq"c"))
[:head[:title"RUSH - b"]]
[:body[:button{:onclick"a()"}"+"]
[:canvas#c{:width 1024 :height 600}][:script"
b=document.getElementById('c')
c=b.getContext('2d')
function d(){
c.fillStyle='#000'
c.fillRect(0,0,1024,600)
c.fillStyle='#fff'
c.fillRect(40,100,40,400)
c.fillRect(40,100,160,40)
c.fillRect(200,100,40,200)
c.fillRect(80,280,160,40)
for(x=0;x<70;x++)
c.fillRect(120+x,290+x*3,40,3)
c.fillRect(290,100,40,400)
c.fillRect(290,460,160,40)
c.fillRect(450,100,40,400)
c.fillRect(540,100,160,40)
c.fillRect(540,100,40,200)
c.fillRect(540,280,160,40)
c.fillRect(680,280,40,200)
c.fillRect(540,460,160,40)
c.fillRect(780,100,40,400)
c.fillRect(780,280,160,40)
c.fillRect(940,100,40,400)}
d()
function a(){
b.webkitRequestFullScreen()
d()}"]])) |