You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Series and movie logos no longer smear. The transparent title logos on
detail pages are drawn in "fit" mode, so the image is smaller than its box
and sits letterboxed inside it. The empty area around it was still being
painted with the image, which sampled outside the texture and — because edge
pixels are clamped — dragged vertical streaks down from every shape. The
image now fills only its own fitted area, so logos render cleanly. Affects
every platform (the fix is in the shared image renderer).