Files
Sylpheed/tools
Sylpheed port agent a43dee3ab0 port: the loading screens are no longer black -- it was the paint order
verify-screen's header has said since P1 that build_12/build_15 render pure black
in both renderers, with an open question whether that was the port's bug or the
decoders' reading of rest. Measured today: max 214.5 on both sides, mean 1.949
port against 1.918 reference. Not blank, and they agree.

It was the paint order. My own earlier measurement had already answered it and I
had not connected them: removing the forced-backdrop pass makes the first element
pgloading_loop5 and the black screen returns. pgloading_eff00 carries layer: null,
layer_source: none -- the only elements in the export with neither a read nor an
implied key -- so its position rests entirely on the occlusion constraint.

The guard stays, with the stale paragraph kept as history. It was right when
written, and a guard that stops firing is the kind that rots out of a tool.

Refutation attempt on the Decoder's census scope: my six transient
ptlogo_back2eff* on title are also GP_TITLE, so if they were fallback fires their
count of four would be wrong. Their claim survives -- all six reach rest by the
plateau path, alpha 255->255 with identical pos and scale, so the fallback never
runs. The two censuses differ in scope, not in fact.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01N7FiFFFwbvG2uxdcEh8HyF
2026-08-30 12:14:43 +00:00
..