From b9cbe2324c8ac4edf0568fd2b23b4544ae872573 Mon Sep 17 00:00:00 2001 From: Doug Felt Date: Mon, 6 Mar 2017 16:02:24 -0800 Subject: [PATCH] Use full sequences to name images for mixed-gender couples. We currently name the mixed-gender 'kiss' and 'couple with heart' images after the single-codepoint sequences. But aliasing maps the single codepoint sequence to the gendered sequence, not the reverse. As a result the build doesn't create ligatures for the gendered sequences, since it thinks the image doesn't exist. Fix this to use the gendered-sequence-names for these images, and let aliasing work as intended. This follows the convention we've adopted of letting the name more completely describe the image contents, and defining how to represent less-specific sequences using aliasing rather than baking these decisions into each image name. --- ...91.png => emoji_u1f469_200d_2764_200d_1f468.png} | Bin ...moji_u1f469_200d_2764_200d_1f48b_200d_1f468.png} | Bin 2 files changed, 0 insertions(+), 0 deletions(-) rename png/128/{emoji_u1f491.png => emoji_u1f469_200d_2764_200d_1f468.png} (100%) rename png/128/{emoji_u1f48f.png => emoji_u1f469_200d_2764_200d_1f48b_200d_1f468.png} (100%) diff --git a/png/128/emoji_u1f491.png b/png/128/emoji_u1f469_200d_2764_200d_1f468.png similarity index 100% rename from png/128/emoji_u1f491.png rename to png/128/emoji_u1f469_200d_2764_200d_1f468.png diff --git a/png/128/emoji_u1f48f.png b/png/128/emoji_u1f469_200d_2764_200d_1f48b_200d_1f468.png similarity index 100% rename from png/128/emoji_u1f48f.png rename to png/128/emoji_u1f469_200d_2764_200d_1f48b_200d_1f468.png