[BUG] Perspective Map - View Layer components change z-order when map zoomed

v8.1.5

When using a View in a Layer (props.layers.ui.view), I have a coord container View with two components, a pump symbol and an alarm symbol. The alarm symbol is on top, highest Z-order. When shown on map, this shows up ok. When I change the zoom of the map however, the alarm symbol goes behind the pump symbol.

In Designer, first load map:
image

After zooming:
image

Actually even when changing between preview and design modes, the alarm symbol goes to back when in run mode and in front when in design. In the browser, it’s always shown behind the pump symbol.

Edit:
The pump symbol is an SVG I dragged on and embedded. If I wrap this inside its own coord container, then the issue goes away.

I found the same bug in v8.1.10