color-bitmap-shadow.yaml (798B)
1 --- # checks that color emoji fast shadows use the shadow color 2 root: 3 items: 4 - 5 type: "shadow" 6 bounds: [0, 0, 115, 115] 7 offset: [48, 48] 8 blur-radius: 0 9 color: yellow 10 - 11 text: "\u263A" 12 origin: [8, 56] 13 size: 36 14 color: blue 15 family: "Apple Color Emoji" 16 embedded-bitmaps: true 17 - 18 type: "pop-all-shadows" 19 - 20 type: rect 21 bounds: [56, 56, 48, 12] 22 color: black 23 - 24 type: rect 25 bounds: [56, 92, 48, 12] 26 color: black 27 - 28 type: rect 29 bounds: [56, 56, 12, 48] 30 color: black 31 - 32 type: rect 33 bounds: [92, 56, 12, 48] 34 color: black