shadow-partial-glyph-ref.yaml (1408B)
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 glyphs: [58] 13 offsets: [16, 43] 14 size: 18 15 color: [0, 0, 0, 0] 16 font: "VeraBd.ttf" 17 - 18 type: "pop-all-shadows" 19 - 20 bounds: [14, 18, 205, 35] 21 clip-rect: [16, 18, 14, 14] 22 glyphs: [58] 23 offsets: [16, 43] 24 size: 18 25 color: [255, 0, 0, 1] 26 font: "VeraBd.ttf" 27 - 28 bounds: [14, 18, 205, 35] 29 clip-rect: [30, 18, 14, 14] 30 glyphs: [58] 31 offsets: [16, 43] 32 size: 18 33 color: [0, 255, 0, 1] 34 font: "VeraBd.ttf" 35 - 36 bounds: [14, 18, 205, 35] 37 clip-rect: [16, 32, 14, 14] 38 glyphs: [58] 39 offsets: [16, 43] 40 size: 18 41 color: [0, 0, 255, 1] 42 font: "VeraBd.ttf" 43 - 44 bounds: [14, 18, 205, 35] 45 clip-rect: [30, 32, 14, 14] 46 glyphs: [58] 47 offsets: [16, 43] 48 size: 18 49 color: [255, 0, 255, 1] 50 font: "VeraBd.ttf"