Removed the NotoColorEmoji.ttf file in the root of the project
that presumably was added by mistake, and updated the font in
the ./fonts directory with the latest build.
Font built with zopflipng
There's no sequence for men/woman of the same skin tone
holding hands.
This is because they have dedicated unicode code points:
Women Holding Hands: Light Skin Tone = 1F46D + 1F3FB
Since there's no filename for the sequence version, and
there's no alias, the sequence won't get added to the
GSUB rules.
This commit adds the missing aliases.
When sequence ends with skintone modifier, it would remain at
the end.
Example:
Input: [128105, 127995, 8205, 129309, 8205, 128104, 127996]
Output: [128104, 8205, 129309, 8205, 127995, 128105, 127996]
Once again AI export of radial gradients causes problems for
Chrome. What should have been a white-to-transparent gradient
became a white-to-black 90%-to-100% opaque gradient. So
hand-edited the SVG to remove the black orb floating in front
of their faces... pity.
Since this was done using guesswork these are not an exact match
for the png versions, but they seem close enough.
Adobe Illustrator generated these, and displays them properly, but
neither Chrome (Mac, Linux) nor Firefox (Linux) do. MacOS finder has
even more issues. Both of these used a radial gradient with a
negative 'fx' value, for what that's worth, but it appears the proper
value is a (significantly larger) positive value.
Chrome and Firefox are now happy. Don't expect this fixes MacOS, which
wasn't showing the gradient at all.
These were generated from source, then svg_cleaner was run on
them, and then scour_svg was run on those.
As with the png update there are a lot of small modifications that
don't represent real changes in the images. This version of scour is
0.37 which might account for some deltas over the previous versions,
or perhaps svg_cleaner accounted for some of these.
Note that two of these images (1f314, 1f318) fail to display properly
on Chrome, Firefox and MacOS finder, though they do display properly
in Adobe Illustrator (go figure). A later commit will patch these.
Tweaked svg_cleaner a bit to remove display none, add option to
strip whitespace. Stripping viewBox was too aggressive, two of our
emoji have non-default viewBox values, so emit it when x or y
are not zero.
Added script to invoke scour (now must be part of installation).
Note this does not change image files.
- modify emoji_builder so we can use a flag to control whether to use
big or small glyph metrics. android has legacy tooling that expects
small metrics. we leave the default in emoji_builder to use big metrics
but in the makefile default the flag we pass to request small metrics.
eventually this should shake out to big metrics.
- support more flags by default (not all yet). Note we omit some in the
Makefile that we use aliases for-- we don't need their images.
- add aliases for some new flags
- remove new flags from 'unknown flag aliases' list
- unalias some emoji we will have custom images for
- bump version number
- add annnotations file for u11 new and changed emoji