From e61edd946be20b07dd82dca2399338e0eab6d7de Mon Sep 17 00:00:00 2001 From: Erik Date: Sun, 6 Sep 2026 17:40:39 +0200 Subject: [PATCH] fix(plugin-ui): plugin did icons use retail's keyed-white recolor, not a raw blit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Owner report 2026-09-06: MossTank's shelf icon (0x06002C41) drew with a white ring. DAT icon art reserves pure-white-opaque pixels as the recolor key that retail IconData::RenderIcons (0x0058d180) replaces per pixel through SurfaceWindow::ReplaceColor (0x004415b0) from the effect tile — the solid-black 0x21 tile when there are no effects. The inventory already does this through IconComposer; the plugin did sink (markup ,