Acknowledged

Bug: Boundary on Epix2 fields is off

In addition to this graphics defect: https://forums.garmin.com/developer/connect-iq/i/bug-reports/bug-graphics-text-on-epix2-difference-in-real-life-vs-simulator

it also seem field boundaries are sometimes wrong or off ... I'll add a picture with a clear example of this. I fill the field with a color - which show the problem in the the center divider line is not in center. Plese fix these problems with Epix2 !! 

Parents Comment Children
  • With the red field, are you using the dc for the ciq field?

  • How are you drawing the "center" line? The Epix2 is 416 pixels wide, so 208 pixels on each side, and you can't actually draw at 208.5 (pixels are Numbers)

    Also, if you use drawLine, with a penWidth of one, that will be offset.

    if you use fillRectangle with a width of 2, you can actually get something that's in the actual center.

    Could it be the same thing is happening for you on other devices, but due to the smaller sizes it's just not as visible?