blob: 81480856c0248376302570649ae0b83cd4c74008 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
root:
items:
- type: rect
bounds: [25, 25, 100, 100]
color: red
- type: stacking-context
bounds: [0, 0, 200, 200]
filters:
- "opacity(0.5)"
items:
- type: rect
bounds: [0, 0, 100, 100]
color: blue
- type: rect
bounds: [50, 50, 100, 100]
color: green
|