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

Quelle  cross.yaml   Sprache: unbekannt

 
# Crossed planes test. Similar to "simple" but has more complex transformations,
# which puts higher requirements on the precision of arithmetics,
# and all 4 pieces are visible on screen.
---
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 100, 200]
      transform-style: preserve-3d
      items:
        - type: stacking-context
          bounds: [0, 0, 100, 200]
          transform: rotate-y(45) rotate-x(45)
          items:
            - type: rect
              bounds: [0, 0, 100, 100]
              color: red
        - type: stacking-context
          bounds: [0, 0, 100, 200]
          transform: rotate-y(-45) rotate-x(45)
          items:
            - type: rect
              bounds: [0, 0, 100, 100]
              color: green

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]