Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/gfx/wr/wrench/reftests/split/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  same-plane.yaml   Sprache: unbekannt

 
Spracherkennung für: .yaml vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# This test has a number of rectangles placed on the same transformed preserve3d plane.
# The expected result is that the rectangles are rendered in the order they are listed.
# This can fail if the primitives are considered outside of the main plane due
# to floating point precision issues in plane-splitting and transformation.
---
root:
  items:
    - type: "stacking-context"
      transform-style: preserve-3d
      transform: rotate-y(-30) rotate-x(-75) translate(-1001000)
      items:
        - type: "stacking-context"
          perspective: 400
          transform-style: preserve-3d
          items:
            - type: rect
              bounds: [00450300]
              color: 0 255 0 1.0000
            - type: stacking-context
              bounds: [00600600]
              transform: translate(20000)
              items:
                - type: rect
                  bounds: [-2000150300]
                  color: 255 0 0 1.0000
            - type: stacking-context
              bounds: [00600600]
              transform: rotate-z(-90)
              items:
                -
                  bounds: [0200150200]
                  type: rect
                  color: 0 0 255 1.0000

[Dauer der Verarbeitung: 0.13 Sekunden, vorverarbeitet 2026-06-10]