Apple Logo

Objective: Recreate the original and iconic 1977 Apple Logo created by Rob Janoff using SVG code.

Problem: Recreating the Apple logo on SVG takes a lot of time. Before starting to code, you have to find the exact coordinates of each point of the logo by sketching the logo on a piece of grid paper. Then, those coordinates are typed in the SVG code. Each coordinate has to go in order, in the correct spot, so that the logo looks symmetrical.

Solution: Be careful and take your time putting in the code, use the correct colors for the logo and make sure the recreated logo looks exactly like the original. Plan everything ahead of time!

Copyright © 2019 Jesus Diaz