JavaScript Clocks: Drawing with SVG
To make an analog clock in JavaScript we only need one thing we didn’t cover in our last tutorial: hands. First, we need a way to draw either a line or a rectangle on the web page. Second, we need to move or animate what we’ve drawn. Continue reading JavaScript Clocks: Drawing with SVG