› Forums › CoolClock Pro › Rounded Hour Hand › Reply To: Rounded Hour Hand
20 March 2017 at 19:52
#8098
Wojciech
Participant
Thanks for your help, based on it I found a almost perfect solution:
outerBorder: { lineWidth: 4, radius: 95, color: "grey", alpha: 1 },
largeIndicator: { lineWidth: 3, startAt: 79, endAt: 94, color: "grey", alpha: 1 },
hourHand: { lineWidth: 6, startAt: 0, endAt: 60, color: "white", alpha: 1 },
hourDecoration: { lineWidth: 1, startAt: 60, radius: 2, fillColor: "white", color: "white", alpha: 1 },
minuteHand: { lineWidth: 4, startAt: 0, endAt: 80, color: "grey", alpha: 1 },
minDecoration: { lineWidth: 1, startAt: 80, radius: 1, fillColor: "grey", color: "grey", alpha: 1 },
secondHand: { lineWidth: 0, startAt: 0, endAt: 0, color: "grey", alpha: 1 },
secondDecoration: { lineWidth: 2, startAt: 0, radius: 1, fillColor: "grey", color: "grey", alpha: 1 }