Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/gfx/wr/wrench/invalidation/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 750 B image not shown  

Quelle  rounded_rect_intersect.yaml   Sprache: unbekannt

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

# Two rounded-rect clips shared by all primitives in the slice.
# The outer clip has radius 20 on a 400x400 rect, the inner has
# radius 15 on a 400x350 rect. Both share the top-left corner at
# the origin, so the combined compositor clip should have radius 20
# on top corners (max of both) and radius 15 on bottom corners
# (only the inner clip contributes).
---
root:
  items:
    - type: clip
      id: 2
      complex:
        - rect: [00400400]
          radius: 20

    - type: clip
      id: 3
      complex:
        - rect: [00400350]
          radius: 15

    - type: rect
      bounds: 0 0 400 350
      color: red
      clip-chain: [23]

    - type: rect
      bounds: 0 0 200 175
      color: blue
      clip-chain: [23]

[Dauer der Verarbeitung: 0.27 Sekunden]