Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Gnome/testsuite/gsk/compare/   (Gnome Linux Desktop Version 4.23.2©)  Datei vom 30.5.2026 mit Größe 451 B image not shown  

Quelle  shadow-in-opacity.node   Sprache: unbekannt

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


/*
  The opacity node should affect both the shadow node child
  (the node that's NOT colored) and the actual shadow.
  I.e. the output should be entirely empty.
*/
opacity {
  opacity: 0;

  child: shadow {
    child: cross-fade {
      start: color {
        color: blue;
        bounds: 0 0 100 100;
      }
      end: color {
        color: red;
        bounds: 100 100 100 100;
      }
      progress: 0;
    }
    shadows: green 200 0 0;
  }
}

[Dauer der Verarbeitung: 0.12 Sekunden, vorverarbeitet 2026-07-04]