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

Quelle  isolated.yaml   Sprache: unbekannt

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

---
root:
  items:
        - type: rect
          bounds: [0, 0, 100, 100]
          color: [255, 0, 0]
        # this stacking context should create an isolated group for its children
        # causing the yellow rect to not blend with the green backdrop
        - type: stacking-context
          bounds: [0, 0, 100, 100]
          blend-container: true
          items:
            - type: stacking-context
              bounds: [0, 0, 100, 100]
              mix-blend-mode: difference
              items:
                - type: rect
                  bounds: [0, 0, 100, 100]
                  color: [255, 255, 0]

[ Dauer der Verarbeitung: 0.25 Sekunden  ]