pull/404/head
Richard Hopkins 2020-05-11 10:57:30 +01:00
parent 506f626083
commit abb48b296f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const cirRad = 2*Math.PI;
const proportion = 0.3; // relative size of hour hand
const thickness = 4; // thickness of decorative lines
const settings = require("Storage").readJSON("app.json", 1);
const decoration = settings['decoration']
const decoration = settings['decoration'];
const drawSegment = (params) => {
angle1 = params.start/360*cirRad;