Wojciech

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Rounded Hour Hand #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 }
    in reply to: Rounded Hour Hand #8095
    Wojciech
    Participant

    Actually I need Minutes Hand and Hour Hand. I just gave Hour hand as a example. I’ll try what you posted in the moment. Thank you !

    in reply to: Rounded Hour Hand #8092
    Wojciech
    Participant

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)