English, asked by riyabagga686, 9 months ago

Editing.omission:
He underwent chemotherby surgery to fa).
remove the tumours his brain. He finished (6)
his cancer treatments in 1998 and went on win (c)
the tour de Ferance unprecedented seven timead)
1999 to 2006. grammy-winning rapper kanye(e)
West was lucky enough walk away from a (f)
severe car crash the early morning hours of (g)
Loct. 2a, 2002. The cash occurred about 3a.m. (A)
West was said to be driving nome a recordiki)
session​

Answers

Answered by aman7913
4

&lt;!DOCTYPE html&gt;</p><p>&lt;html&gt;</p><p>&lt;head&gt;&lt;title&gt;ert&lt;/title&gt;&lt;/head&gt;</p><p>&lt;body style="margin:0px; padding:0px;"&gt;</p><p>&lt;canvas style="margin:0px; padding:0px;"&gt;&lt;/canvas&gt;</p><p>&lt;script type="text/javascript"&gt;</p><p>var canvas=document.querySelector("canvas");</p><p>var context=canvas.getContext("2d");</p><p>canvas.width=window.innerWidth;</p><p>canvas.height=window.innerHeight;</p><p>var numflowers=60;</p><p>var flowers=[];</p><p>var speed=10;</p><p>var centerx=canvas.width/2;</p><p>var centery=canvas.height/2;</p><p>for(var i=0;i&lt;numflowers;i++){</p><p>flowers[i]=new flower();</p><p>}</p><p>function flower(){</p><p>this.x=Math.random()*canvas.width;</p><p>this.y=Math.random()*canvas.height;</p><p>this.z=Math.random()*canvas.height;</p><p>this.color=Math.random()*360;</p><p>this.move=function(){</p><p>this.z=this.z-speed;</p><p>if(this.z&lt;=0){</p><p>this.z=canvas.height;</p><p>}}</p><p>this.show=function(){</p><p>var x,y,s,color;</p><p>x=(this.x-centerx)*(canvas.width/this.z);</p><p>x=x+centerx;</p><p>y=(this.y-centery)*(canvas.width/this.z);</p><p>y=y+centery;</p><p>s=7*(canvas.width/this.z);</p><p>context.beginPath();</p><p>context.fillStyle="hsl("+this.color+",100%,50%)";</p><p>   context.moveTo(x,y);</p><p>   for(var a=0;a&lt;2*Math.PI;a+=0.01){</p><p>   var c=x+s*Math.cos(6*a)*Math.cos(a);</p><p>   var d=y+s*Math.cos(6*a)*Math.sin(a);</p><p>   context.lineTo(c,d);</p><p>   }</p><p>context.fill();</p><p>}</p><p>}</p><p>function draw(){</p><p>context.fillStyle="#000";</p><p>context.fillRect(0,0,canvas.width,canvas.height);</p><p>for(var i=0;i&lt;numflowers;i++){</p><p>flowers[i].show();</p><p>flowers[i].move();</p><p>}</p><p>}</p><p>setInterval(draw,1);</p><p>&lt;/script&gt;</p><p>&lt;/body&gt;</p><p>&lt;/html&gt;

Similar questions