28 lines
670 B
YAML
28 lines
670 B
YAML
# Verify that text on a picture cache slice where the background
|
|
# has a rounded-rect clip correct enables subpixel AA
|
|
---
|
|
root:
|
|
items:
|
|
- type: rect
|
|
bounds: [0, 0, 100, 100]
|
|
color: white
|
|
- type: scroll-frame
|
|
bounds: [0, 0, 200, 200]
|
|
content-size: [200, 200]
|
|
scroll-offset: [0, 0]
|
|
items:
|
|
- type: clip
|
|
id: 2
|
|
complex:
|
|
- rect: [0, 0, 200, 200]
|
|
radius: 4
|
|
- type: rect
|
|
bounds: [0, 0, 200, 200]
|
|
color: white
|
|
clip-chain: [2]
|
|
- text: "A"
|
|
origin: 20 190
|
|
size: 180
|
|
color: black
|
|
font: "FreeSans.ttf"
|
|
clip-chain: [2]
|