blob: d38352d29824d97615bc13fb896635d499459901 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# This file should be identical to scroll_subpic_1.yaml except for the
# scroll-offset on the scroll-frame.
root:
items:
- type: clip
id: 2
bounds: [0, 0, 50, 50]
- type: clip-chain
id: 3
clips: [2]
- type: scroll-frame
bounds: [0, 0, 50, 50]
scroll-offset: [0, 10]
clip-to-frame: true
items:
- type: stacking-context
bounds: [0, 0, 100, 500]
filters: [opacity(0.9)]
clip-chain: 3
items:
- type: rect
bounds: [0, 0, 100, 500]
color: green
clip-chain: 3
|