18 lines
467 B
YAML
18 lines
467 B
YAML
--- #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"
|
|
|