Logo SVG is displayed correctly when it is the top-level element:header.svg
Demo SVG is displayed correctly (in Chrome 133) when it is the top-level element:cube-demo
backface-visibility: visible; backface-visibility: hidden; 1 2 3 4 5 6 Since all faces are partially transparent, the back faces (2, 4, 5) are visible through the front faces (1, 3, 6). 1 2 3 4 5 6 The three back faces (2, 4, 5) are hidden.
backface-visibility: visible;
backface-visibility: hidden;
Since all faces are partially transparent, the back faces (2, 4, 5) are visible through the front faces (1, 3, 6).
The three back faces (2, 4, 5) are hidden.