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

Quelle  fill-subpixel-shift-nocairo.node   Sprache: unbekannt

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

color {
  color: black;
}

/* Since 1/32 is 0.03123, a shift of 0.01 gives us the
 * subpixel position 0, so we should get a single pixel
 * with #ff0000. Without dx/dy, the rendering leaks
 * into the next pixel.
 */
transform {
  transform: translate(0.010);
  child: fill "f" {
    path: "M10 10 h 1 v 1 h -1 z";
    child: color {
      color: #ff0000;
    }
  }
}

/* This node is reusing the same path and the same subpixel
 * position, so it should reuse the cached image from the
 * first node.
 */
transform {
  transform: translate(0.001);
  child: "f";
}

[Dauer der Verarbeitung: 0.10 Sekunden, vorverarbeitet 2026-07-10]