I'm trying to draw an arc element using numbers (or coordinates) coming from a 2D array.
Imagine that the arc is like a clock that supposed to show up only in times of the day I declare.
For example: imagine "1" turns the arc on, and "0" turns it off. So you get this array:
1 | 16:00
0 | 16:45
in these example i would like to see the arc "paints" the circle only for 45 minutes of the day.
Can someone please show me any example of how to do that????