Tutorial.Clock

function run_clock (root) {
    clock = new TK.Clock();
    root.append_child(clock);
    TK.seat_all_svg()
}


.toolkit-clock {
    width: 40%;
    height: 40%;
}