shadow-clipped-text.yaml (578B)
1 # Tests that the unclipped parts of a shadow still render even if the associated 2 # text is clipped out. 3 --- 4 root: 5 items: 6 - type: scroll-frame 7 bounds: [14, 18, 10, 5] 8 content-size: [10, 5] 9 items: 10 - 11 type: "shadow" 12 bounds: [11, 20, 100, 100] 13 blur-radius: 3 14 offset: [0, 0] 15 color: black 16 - 17 bounds: [14, 23, 100, 100] 18 glyphs: [55] 19 offsets: [16, 43] 20 size: 18 21 color: black 22 font: "VeraBd.ttf" 23 - 24 type: "pop-all-shadows"