blob: ec0b72e59be47bdbfdbb81de5bdc383de3eab495 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Verify that the option to configure performance / quality settings for
# subpixel AA with picture caching is respected.
root:
items:
- type: scroll-frame
bounds: [0, 0, 500, 200]
content-size: [500, 500]
id: 2
items:
- type: rect
bounds: [0, 0, 500, 200]
color: white
- type: clip
bounds: [0, 0, 500, 200]
items:
- type: rect
bounds: [0, 0, 500, 200]
color: white
- text: "The sun has frightened off the night!"
origin: 20 40
size: 20
font: "FreeSans.ttf"
clip-and-scroll: [2, 2]
|