blob: 9c10cfdb3da1f066e3511b460dfc29de84cb4d40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
root:
items:
- type: rect
bounds: [20, 20, 100, 100]
color: red
complex-clip:
rect: [20, 20, 100, 100]
radius: 32
- type: rect
bounds: [130, 20, 100, 100]
color: green
complex-clip:
rect: [130, 20, 100, 100]
radius: 32
clip-mode: clip-out
|