An experimental followup from the js version of my silly radial clock program, this time programmed in clojurescript atop the nascent strokes library.
(Merge request? Use the repo version)
xxxxxxxxxx
<meta charset="utf-8">
<title>Clocky</title>
<style>
body { background-color:grey; }
path.millis1 { stroke-width:1; stroke:pink; fill:brown; }
path.millis2 { stroke:brown; fill:pink; }
path.seconds1 { stroke:pink; fill:brown; }
path.seconds2 { stroke:brown; fill:pink; }
path.minutes1 { stroke:pink; fill:brown; }
path.minutes2 { stroke:brown; fill:pink; }
path.hours1 { stroke:pink; fill:brown; }
path.hours2 { stroke:brown; fill:pink; }
</style>
<body>
<svg id="clocky">
<!-- this is where the magic happens -->
</svg>
<script type="text/javascript" src="https://d3js.org/d3.v3.min.js"></script>
<script type="text/javascript" src="strokes-clocky.js"></script>
Modified http://d3js.org/d3.v3.min.js to a secure url
https://d3js.org/d3.v3.min.js