svgdotjs / svg.clock.js

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 73.8%Language:HTML 26.2%