shadow-complex.yaml (1454B)
1 --- # The same as shadow-many.yaml, except the shadows only apply to parts of the text 2 root: 3 items: 4 - 5 type: "shadow" 6 bounds: [14, 18, 205, 35] 7 blur-radius: 5 8 offset: [0, 0] 9 color: black 10 - 11 type: "shadow" 12 bounds: [14, 18, 205, 35] 13 blur-radius: 0 14 offset: [2, 3] 15 color: red 16 - 17 bounds: [14, 18, 205, 35] 18 glyphs: [55, 75, 76, 86] 19 offsets: [16, 43, 35.533333, 43, 51.533333, 43, 60.4, 43] 20 size: 18 21 color: [0, 0, 0, 0] # actual text is transparent 22 font: "VeraBd.ttf" 23 - 24 type: "pop-all-shadows" 25 - 26 type: "shadow" 27 bounds: [14, 18, 205, 35] 28 blur-radius: 3 29 offset: [-2, 3.5] 30 color: blue 31 - 32 bounds: [14, 18, 205, 35] 33 glyphs: [3, 76, 86, 3, 87, 75] 34 offsets: [72.833336, 43, 80.833336, 43, 89.7, 43, 102.13333, 43, 110.13333, 43, 119, 43] 35 size: 18 36 color: [0, 0, 0, 0] # actual text is transparent 37 font: "VeraBd.ttf" 38 - 39 bounds: [14, 18, 205, 35] 40 glyphs: [72, 3, 69, 72, 86, 87] 41 offsets: [135, 43, 149.2, 43, 157.2, 43, 173.2, 43, 187.4, 43, 196.26666, 43] 42 size: 18 43 color: [0, 0, 0, 0] # actual text is transparent 44 font: "VeraBd.ttf" 45 - 46 type: "pop-all-shadows"