pebble / pebblekit

Pebble's app development toolkit for the Pebble smartwatch, Android and iOS
199 stars 13 forks source link

Text rendering distorts characters crossing the y axis of their frame #12

Closed Katharine closed 9 years ago

Katharine commented 11 years ago

As a character crosses x = 0 of the frame it is being rendered in, the character becomes increasingly distorted. At one position it will actually render on the other side of the screen, outside the right edge of the layer it's supposed to render in.

(this is an issue for my marquee text layers, which currently use a workaround by changing the bounds of the frame and drawing white rectangles over the glitches)

I have provided a demo program here; use up and down to move the text left and right and see it break. You can also grab a compiled version.

Some pictures: img_0442 img_0443

nitinguptadr commented 9 years ago

Not an issue on 3.X master as of today.