Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 522 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 522 Bytes

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