/svg.clock.js

A clock built with the svg.js library, inspired by the swiss railway clock

Primary LanguageJavaScript

svg.clock.js

A clock build with svg.js, inspired by the swiss railway clock, designed by Hans Hilfiker.

Svg.clock.js is licensed under the terms of the MIT License.

Usage

Include this plugin after including the svg.js library in your html document.

Then fire up the clock:

var draw = SVG('canvas').size(400, 400)
var clock = draw.clock('100%')

Dependencies