Hours: about 21 What I learned: I had a lot of fun creating this canvas. I learned that the little details make all the difference. I am extremely happy with the end result of my project. //// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> YOUR CODE STARTS HERE //BACKGROUND COLOR var sky = context.createLinearGradient(0,0,0,600); sky.addColorStop(0,'rgba(235,243,144,0.6)' ); sky.addColorStop(1, "rgba(159,26,8,1)"); context.beginPath(); context.rect(0,0,800,600); context.closePath(); context.fillStyle= sky; context.fill(); //ISLAND context.beginPath(); context.moveTo(0,300) context.quadraticCurveTo(100,350,300,400); context.lineTo(0,400); context.closePath(); context.fillStyle= 'rgba(245,203,111,1)'; context.fill(); context.strokeStyle= "rgba(245,203,111,1)"; context.stroke(); //PALM TREE-right context.beginP...
For this project, we were to depict a problem that we saw within ourselves. The problem that I have with myself is that I make myself smaller than I am. The world is so big that I often times feel lost in it. I feel like I could make a bigger impact on the world if I didn't make myself feel so small. 0% quality 25% quality 50% quality 75% quality 100% quality
After reading The History of Magnetic Recording I began to think about modern day technology and how spoiled we are. As a young adult I have grown up with wireless internet, videos and movies at my fingertips anytime I want, music in my hands constantly, and I don't have to wait for any of it. The first sound recorder had a steel wire and now we can record sound, and videos, anywhere at anytime. The progress of technology amazes me. Without the advances of technology I would not be able to express my creativity in the ways that I do in Art 210! This reading was posted in 2004 and in the last section mentions that video cassettes will be with us for awhile. I wonder if this idea was revisited today if the writer would consider the time that we used video cassettes as a long time or if the evolution came faster than expected.
Comments
Post a Comment