arc: z-order in the slice engine + gitops collapse tune (shard and cluster nests)

This commit is contained in:
2026-08-17 14:28:45 +10:00
parent 7a82fca26e
commit c0b9359e27
5 changed files with 22 additions and 4 deletions
+1
View File
@@ -365,6 +365,7 @@ body:not(.fx) .bench{display:none}
d.className = "slab";
d.style.backgroundImage = "url(" + u.flat.src + ")";
d.style.clipPath = "polygon(" + p.points.map(q => q[0] + "% " + q[1] + "%").join(",") + ")";
if (p.z) d.style.zIndex = String(p.z);
u.scene.appendChild(d);
return d;
});