For my HTML code project, I chose to recreate the New England Patriots playoff slogan logo. As a huge New England Patriots fan it is always exciting to see them perform well, especially in the post season. Every time they are in the post season they seem to come up with a slogan to motivate the payers and unify the fans. This year it is the saying "not done" and I decided to remake the logo to support the team. This is the original reference image- This is the graph I made- And here is my final result- Here is the code used to create the image <!DOCTYPE HTML> <html> <head> <script> window.onload = function() { var canvas = document.getElementById("myCanvas"); var context = canvas.getContext("2d"); ////////////////////////////////////// start below this line ˇˇˇˇˇˇˇˇˇˇ //canvas color context.beginPath(); contex...
Comments
Post a Comment