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

Quelle  mask-atomicity-tiling.yaml   Sprache: unbekannt

 
---
root:
  items:
    - type: rect
      bounds: [25, 25, 100, 100]
      color: red
    - type: clip
      id: 2
      image-mask:
          # premultiplied 0.5 alpha white(??)
          image: solid-color(127,127,127,127,200,200)
          rect: [0, 0, 200, 200]
          tile-size: 10
          repeat: false
    -
      type: "clip-chain"
      id: 3
      clips: [2]
    - type: stacking-context
      bounds: [0, 0, 200, 200]
      clip-chain: 3
      items:
      - type: rect
        bounds: [0, 0, 100, 100]
        color: blue
      - type: rect
        bounds: [50, 50, 100, 100]
        color: green

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]