A simple clock made with D3.
After I'd made it I got a bit caught up in trying to make it look like Dieter Ram's Braun clock face adding a whole bunch fo extra stuff...
It's still not quite there.
A simple clock made with D3.
After I'd made it I got a bit caught up in trying to make it look like Dieter Ram's Braun clock face adding a whole bunch fo extra stuff...
It's still not quite there.
| /* Simple JavaScript Inheritance for ES 5.1 ( includes polyfill for IE < 9 ) | |
| * based on http://ejohn.org/blog/simple-javascript-inheritance/ | |
| * (inspired by base2 and Prototype) | |
| * MIT Licensed. | |
| */ | |
| (function (global) { | |
| "use strict"; | |
| if (!Object.create) { | |
| Object.create = (function () { |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- Created by Isaac Holmlund ([email protected]) --> | |
| <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> | |
| <xs:element name="type" nillable="false"> | |
| <xs:simpleType> | |
| <xs:restriction base="xs:string"> | |
| <xs:enumeration value="action"/> | |
| <xs:enumeration value="action-attack"/> | |
| <xs:enumeration value="action-duration"/> | |
| <xs:enumeration value="action-reaction"/> |