Skip to content

Instantly share code, notes, and snippets.

@superlou
Created February 24, 2016 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save superlou/92d7215a9c23aded2af7 to your computer and use it in GitHub Desktop.
Save superlou/92d7215a9c23aded2af7 to your computer and use it in GitHub Desktop.
kag0's dial
{
"diameter": 28.5,
"dial_fill": "#000",
"default_fill": "#fff",
"rings": [
{
"features": [
{
"type": "radial",
"diameter": 23,
"shape": "tick",
"tick_width": 0.4,
"tick_length": 11,
"count": 12,
"skip": "0,3,6,9"
},
{
"type": "radial",
"diameter": 26,
"shape": "tick",
"tick_width": 0.4,
"tick_length": 5,
"count": 48,
"skip": "%4,1,11,13,23,25,35,37,47"
},
{
"type": "radial",
"diameter": 25,
"shape": "tick",
"tick_width": 2,
"tick_length": 8,
"count": 1
},
{
"type": "radial",
"diameter": 26,
"shape": "dot",
"dot_diameter": 1.5,
"count": 48,
"skip": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,0"
},
{
"type": "radial",
"diameter": 25,
"shape": "numeral",
"size": 10,
"count": 4,
"skip": "0, 1",
"format": "1-12-3",
"orientation": "flat",
"font": "Helvetica"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment