shadow-partial-glyph.yaml (1226B)
1 --- # taking the shadow of multiple copies of a glyph with different clips should look the same as the unclipped glyph 2 root: 3 items: 4 - 5 type: "shadow" 6 blur-radius: 2 7 bounds: [14, 18, 205, 35] 8 offset: [40, 0] 9 color: black 10 - 11 bounds: [14, 18, 205, 35] 12 clip-rect: [16, 18, 14, 14] 13 glyphs: [58] 14 offsets: [16, 43] 15 size: 18 16 color: [255, 0, 0, 1] 17 font: "VeraBd.ttf" 18 - 19 bounds: [14, 18, 205, 35] 20 clip-rect: [30, 18, 14, 14] 21 glyphs: [58] 22 offsets: [16, 43] 23 size: 18 24 color: [0, 255, 0, 1] 25 font: "VeraBd.ttf" 26 - 27 bounds: [14, 18, 205, 35] 28 clip-rect: [16, 32, 14, 14] 29 glyphs: [58] 30 offsets: [16, 43] 31 size: 18 32 color: [0, 0, 255, 1] 33 font: "VeraBd.ttf" 34 - 35 bounds: [14, 18, 205, 35] 36 clip-rect: [30, 32, 14, 14] 37 glyphs: [58] 38 offsets: [16, 43] 39 size: 18 40 color: [255, 0, 255, 1] 41 font: "VeraBd.ttf" 42 - 43 type: "pop-all-shadows"