Commit Graph

394 Commits (015aa0267bf3b2baa04b580273215cf2d6bc034d)

Author SHA1 Message Date
Qingqing Deng 44f3e5b7f2 Region flags change.
Add flags for
BL: Saint Barthélemy
BQ: Caribbean Netherlands
MQ: Martinique
RE: Réunion
TF: French Southern Territories

Change flag for
XK: Kosovo
2019-07-02 12:32:10 -07:00
Qingqing Deng 16e61fa73d All changes. 2019-07-02 11:27:07 -07:00
Cosimo Lupo 0bfad9699f
Merge pull request #258 from RoelN/cbdt-support-notes
Update readme to reflect current CBDT/CBLC support
2019-06-18 09:42:00 +01:00
Roel Nieskens c707934f71 Update readme to reflect current CBDT/CBLC support
Sorry, took me a few shots to get the PR in order :)
2019-06-18 09:36:54 +02:00
dougfelt e7490e1841
Merge pull request #249 from qqd-google/makefile_EMOJI_SRC_DIR_initialize
Modify Makefile's EMOJI_SRC_DIR initialize.
2019-03-28 09:45:53 -07:00
Qingqing Deng 11fc1115bf Modify font template and aliases list.
Modify NotoColorEmoji.tmpl.ttx.tmpl and emoji_aliases.txt for Unicode
12.0.
2019-03-27 17:20:51 -07:00
Qingqing Deng 1e64a02429 Modify Makefile's EMOJI_SRC_DIR initialize. 2019-03-27 16:58:00 -07:00
dougfelt 6a609ec2eb
Merge pull request #248 from dougfelt/pngquant_update
Depend on installed pngquant, not our copy
2019-03-16 16:29:27 -07:00
Doug Felt a429c1b748 Depend on installed pngquant, not our copy 2019-03-16 16:28:22 -07:00
dougfelt 07ad7f0f4d
Merge pull request #230 from dougfelt/master
Remove aliased png image.
2018-08-23 08:42:21 -07:00
Doug Felt 7149a4e9a8 Remove aliased png image. 2018-08-23 08:41:16 -07:00
dougfelt 3ffd20ec75
Merge pull request #228 from dougfelt/u11_font
Update NotoColorEmoji font with new U11 images.
2018-08-10 13:25:19 -07:00
Doug Felt 4e5cf1ca8d Update NotoColorEmoji font with new U11 images. 2018-08-10 13:24:00 -07:00
dougfelt 7b180af3a6
Merge pull request #227 from dougfelt/glow_fix
Glow fix
2018-08-10 13:17:25 -07:00
Doug Felt b60b90fc54 Merge branch 'master' into glow_fix 2018-08-10 13:15:55 -07:00
Doug Felt 5ce6d4563c Update bad SVG for 'technologist' emoji.
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.
2018-08-10 13:14:14 -07:00
dougfelt 7d8b993e75
Merge pull request #226 from dougfelt/master
Tell generate name data tool to skip Flags as well as Misc.
2018-08-09 18:51:57 -07:00
Doug Felt f1da3bc656 Tell generate name data tool to skip Flags as well as Misc.
Formerly Flags were not a separate group and skipping Misc skipped them
as well...
2018-08-09 18:49:55 -07:00
dougfelt 1630d7117e
Merge pull request #225 from dougfelt/android_u11
Android u11
2018-08-09 18:09:44 -07:00
Doug Felt df344f0ce2 Update moon emoji svg's that Chrome/Firefox were unhappy with.
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.
2018-08-09 17:57:46 -07:00
Doug Felt 5628587386 Update SVG images for unicode 11.
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.
2018-08-09 17:40:01 -07:00
Doug Felt 89c6545e63 Update svg tooling.
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).
2018-08-09 17:29:34 -07:00
Doug Felt b1246768db Update png images for unicode 11.
These were regenerated from source and most have rather imperceptable
differences, only a few are genuine modifications.
2018-08-09 16:50:11 -07:00
Doug Felt b515e64801 Update list of changed images. 2018-08-09 08:48:37 -07:00
Doug Felt f817fcb3e9 Update for emoji beta.
Remove another alias for which we now have a separate image, and
update version number.
2018-07-06 15:32:24 -07:00
Doug Felt e571d53e02 Some tooling updates for android u11.
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
2018-05-09 20:13:57 -07:00
dougfelt 352632eb19
Merge pull request #217 from frankslin/master
Reduce sizes of SVG files by running python-scour CLI.
2018-05-03 11:32:14 -07:00
Frank Lin 43f47be940 Reduce SVG file sizes by running python-scour CLI with the following command.
$ scour --strip-xml-prolog --enable-viewboxing --enable-id-stripping \
  --enable-comment-stripping --shorten-ids --no-line-breaks --strip-xml-space \
  -i <infile> -o <outfile>

scour version: 0.36
2018-05-03 00:28:06 -07:00
dougfelt b73feb8bc5
Merge pull request #213 from dougfelt/pistol_change
Pistol change
2018-04-24 14:36:41 -07:00
Doug Felt 0447355ade Update font for pistol change. 2018-04-24 14:34:53 -07:00
Doug Felt 1af77618da Merge branch 'master' into pistol_change 2018-04-24 11:56:33 -07:00
dougfelt 1a9fb3cd76
Merge pull request #210 from dougfelt/emoji_check_update
Update check_emoji_sequences.
2018-04-16 18:27:36 -07:00
Doug Felt 5bec5cce2c Update check_emoji_sequences.
- use existing utilities in nototools/unicode_data, add_aliases
- add check that file names do not use presentation selectors
- include tags in valid cps that can appear in a sequence
- add check for valid tag sequences (for subregion flags)
- separate out check that no source for an alias is present (we
  expect to alias this so should not have an image with that name)
- filter data by age (somewhat), provide command line flag, remove
  hard-coded unicode 9.0 value
- separate coverage check (for when data is partial), provide
  command line flag and don't run by default
- provide command line flag to exclude subdirs by name when collecting
  images
- refactor output so each error has a consistent initial text indicating
  the check where the error was found, make output a tad less verbose
2018-04-16 18:25:58 -07:00
dougfelt 0f71505502
Merge pull request #209 from dougfelt/master
Remove duplicate images for 'people with bunny ears partying'.
2018-04-16 17:55:37 -07:00
Doug Felt eee736963f Remove duplicate images for 'people with bunny ears partying'.
The non-gender-specific sequence is aliased to a gender-specific one,
and the image is a duplicate.  Aliasing handles the non-gender-specific
case.
2018-04-16 17:52:28 -07:00
dougfelt da6d773342
Merge pull request #208 from dougfelt/new_emoji
Add aliases for superhero/villain non-gendered sequences.
2018-04-16 17:22:23 -07:00
Doug Felt a69b45779d Add aliases for superhero/villan genderless sequences.
Maps them to the female gendered ones.
2018-04-11 11:16:26 -07:00
Doug Felt cf666e6382 Modify pistol emoji images. 2018-03-07 17:51:59 -08:00
dougfelt 153e1d4c02
Merge pull request #194 from dougfelt/flag_update
Update fontRevision, fix git commit id.
2018-01-02 13:09:40 -08:00
Doug Felt bf11224498 Update fontRevision, fix git commmit id.
Previously forgot to update fontRevision when updating the name table
version string.  Also, the commit date/id was created before the
actual pushed commits, so were not correct.  This fixes that.

The version string remains at 2.004 and now the fontRevision matches.
2018-01-02 12:59:19 -08:00
dougfelt 77002c46c9
Merge pull request #193 from dougfelt/flag_update
Flag update
2018-01-02 12:38:15 -08:00
Doug Felt 8bd8a303c3 Rebuild NotoColorEmoji with latest changes for flags, metrics.
Version is 2.004.
2018-01-02 12:35:42 -08:00
Doug Felt 9d977df32c Update region-flags from upstream.
This updates the svg, png, and html resources from behdad/region-flags.
It also updates the LICENSE (COPYING) and README.md files from there.

Formerly our copy contained only a few subregion flags, but this change
adds them all from upstream.

Also formerly we explicitly used symlinks in our data for flags that
are the same as other country flags.  Now however we just use the
upstream data.  Note that the emoji_aliases.txt file will still
cause the font to only have one copy of these.

Note this also deletes the copy of IC.png that somehow had found its
way into the region-flags directory.

Use big glyph metrics to support vertical text rendering
2018-01-02 12:35:41 -08:00
dougfelt 09d8fd121a
Merge pull request #192 from yuki-takeichi/big-glyph-metrics
Use big glyph metrics to support vertical text rendering
2017-12-16 09:25:17 -08:00
Yuki Takeichi a9d16062fb Use big glyph metrics to support vertical text rendering 2017-12-15 22:41:33 +09:00
dougfelt bc7410a106
Merge pull request #184 from mavit/dimensions
Make it easier to assemble images of other sizes
2017-12-06 15:53:15 -08:00
Peter Oliver f88164ac0a Make it easier to assemble images of other sizes
Until https://github.com/googlei18n/noto-emoji/issues/9 arrives, this will make it slightly more convenient to use this `Makefile` to build Twemoji, which uses 72 × 72 pixel PNGs.
2017-11-17 16:09:53 +00:00
dougfelt 55d3ba1d6b
Merge pull request #176 from klaas/master
Spelling of macOS
2017-10-31 09:41:36 -07:00
dougfelt d2d13b30a6
Merge pull request #181 from dougfelt/hamburger_fix
Fixes for hamburger, beer, and cheese.
2017-10-31 09:38:59 -07:00
Doug Felt ef89179e7d Other related fixes for hamburger etc.
Adds cleaned svg resources, the updated template, and the rebuilt font.
2017-10-30 13:23:07 -07:00