I'm developing a watch face with partialUpdates for the seconds clock hand and I found that there is a big difference between a horizontal clipping area or a vertical one.
For example with a clipping area of 145px of width and 7px of height I get a DisplayTime of 4500 but with te same area size but vertical (7px width and 145px height) the DisplayTime is 29000. I've seen the same behavior on code samples but it's a big constrain in order to mantain the execution time as lower as possible.
Anyone knows a strategy to avoid it?
Thanks.