I see this is a result of the protocol limitation, where big face objects are sent to the head, but the client don't know if that cell should be shown or not. When the head cell goes out of view, but there are still tail cells in view, the server sends clear and an update to the big face object's head cell.

It was the gtk client that the screenshot was from.

If there can only be one big face object on a cell, the client can use the fact that only one layer is used and if it contains a big face object, then it can be assumed the cell should transition to fog of war data. This doesn't work if all objects on a cell are big face objects, or if it can only contain a single big face object. For that to be handled correctly, a protocol update is needed.