blob: e0ffc9ac03daee2cff21b761f6b27c00f036d224 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- #checks that transformed text shadows can locate glyphs in the glyph cache
root:
items:
- type: stacking-context
bounds: [0, 0, 430, 330]
transform: rotate(30)
items:
- type: "shadow"
bounds: [0, 0, 430, 330]
blur-radius: 1
offset: [0, 1]
color: blue
- text: "a Bcd Efgh Ijklm Nopqrs Tuvwxyz"
origin: 50 200
size: 20
font: "FreeSans.ttf"
- type: "pop-all-shadows"
|