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

Quelle  clip-corner-overlap.yaml   Sprache: unbekannt

 
---
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 1000, 1000]
      items:
        - type: clip
          id: 2
          complex:
            - rect: [ 50, 50, 200, 200 ]
              radius:
                top-left: [200, 100]
                top-right: [0, 0]
                bottom-left: [200, 100]
                bottom-right: [0, 0]
        - type: rect
          bounds: [ 50, 50, 200, 200 ]
          color: blue
          clip-chain: [2]

        - type: clip
          id: 3
          complex:
            - rect: [ 300, 50, 200, 200 ]
              radius:
                top-left: [100, 200]
                top-right: [100, 200]
                bottom-left: [0, 0]
                bottom-right: [0, 0]
        - type: rect
          bounds: [ 300, 50, 200, 200 ]
          color: green
          clip-chain: [3]

        - type: clip
          id: 4
          complex:
            - rect: [ 50, 300, 200, 200 ]
              radius:
                top-left: [0, 0]
                top-right: [200, 100]
                bottom-left: [0, 0]
                bottom-right: [200, 100]
        - type: rect
          bounds: [ 50, 300, 200, 200 ]
          color: red
          clip-chain: [4]

        - type: clip
          id: 5
          complex:
            - rect: [ 300, 300, 200, 200 ]
              radius:
                top-left: [0, 0]
                top-right: [0, 0]
                bottom-left: [100, 200]
                bottom-right: [100, 200]
        - type: rect
          bounds: [ 300, 300, 200, 200 ]
          color: yellow
          clip-chain: [5]

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]