Clock

Objective

This objective was to create a working 7-segment clock using SVG and Javascript.

Problem

The hardest part here was how we did the different numbers. We did not want to have to make a large amount of SVG files and then switch them out every second.

Solution

So, we made a way to change the different segments that are turned on every time the time changes. We used the url as a way to store information to change the SVG files. All of the letters that appeared in the link for each SVG would determine which segments were on.