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 798 B image not shown  

Quelle  simple.yaml   Sprache: unbekannt

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

# This tests a simple intersection of 2 rotated planes to split properly.
# If the split doesn't happen, we see a single-colored rectangle.
# If it does, the rectangle gets split vertically in 2 parts of different colors.
---
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 1024, 1024]
      transform-style: preserve-3d
      items:
        - type: stacking-context
          bounds: [0, 0, 600, 600]
          transform: rotate-y(-60.0)
          items:
            - type: rect
              bounds: [0, 0, 600, 600]
              color: [255, 0, 0, 0.5]
        - type: stacking-context
          bounds: [0, 0, 600, 600]
          transform: rotate-y(60.0)
          items:
            - type: rect
              bounds: [0, 0, 600, 600]
              color: [0, 255, 0, 0.5]

[ Dauer der Verarbeitung: 0.30 Sekunden  ]