Commit Graph

54 Commits (main)

Author SHA1 Message Date
Rod S c853280d92 Fix 1fa76, 1fa77 resolutions 2022-09-19 18:01:33 -07:00
Rod S 4b1c5bfb0d Late breaking changes to clapping hands 2022-09-06 10:48:25 -07:00
Rod S f36b1f6a92 Updated shaking face 2022-08-22 18:01:24 -07:00
Rod S 1456cb03b8 Update png/128 and svg/ with Jennifer's latest changes 2022-08-17 13:55:20 -07:00
Rod S 7aef3417cb Emoji 15 assets, take 1 2022-08-12 14:14:25 -07:00
Rod S b43c76ae0b Fix mk3 for 1fae5 2021-10-28 20:55:25 -07:00
Rod S b9ed695ca7 1fae5 fix mk2 2021-10-28 20:55:24 -07:00
Rod S 47ca3e25fe Rebuitl 1fae5 from updated ai 2021-10-28 20:55:24 -07:00
Rod S a6958e6682 Emoji fix from Jennifer 2021-10-28 20:55:23 -07:00
Rod S 5fd113856d Add missing 1f979 2021-10-28 20:55:23 -07:00
Rod S ac600ad695 U14 2021-10-28 20:55:22 -07:00
Cosimo Lupo 7e734ad350
Merge pull request #366 from anthrotype/fix-orangutan
fix orangutan's arm, revert to good state from 24a33c4
2021-10-06 17:54:36 +01:00
Cosimo Lupo 39cb9b3564 fix orangutan's arm, revert to good state from 24a33c4
Fixes https://github.com/googlefonts/noto-emoji/issues/363
2021-09-23 10:11:01 +01:00
Cosimo Lupo b3f06239c3
remove unsupported <text> element in emoji_u1f4b0.svg
An unsupported and apparently unused `<text>` element sneaked in emoji_u1f4b0.svg unnoticed along with the latest design changes (65dc359a).
This PR removes the offending line.
2021-09-22 15:49:52 +01:00
Rod S aeb780b76c Potentially final design updates 2021-06-25 08:58:45 -07:00
Rod S 5c44f57fec 6/24 design updates 2021-06-24 21:27:06 -07:00
Rod S 14dc148e18 June 23rd design updates 2021-06-23 18:47:23 -07:00
Rod S 63a4b03a49 v2.025, fixes for bbox issues 2021-06-17 22:06:15 -07:00
Rod S ec6f17d2ad June 16 emoji update. Some files rolled back for bad sizing. 2021-06-17 10:17:56 -07:00
rsheeter fa537f08d5 Fix outdated face with mask 2021-05-17 12:47:27 -07:00
rsheeter d3e03595e4 Updated images with design updates 2021-05-14 23:02:31 -07:00
rsheeter 65dc359a15 Design updates 2021-05-14 22:51:48 -07:00
rsheeter 94764bb16d A bad name snuck in 2021-05-10 20:29:58 -07:00
rsheeter 9bdaf2e265 Update some stale images 2021-05-10 19:55:46 -07:00
Rod S aa34092a72 Syringe update 2021-02-16 20:46:04 -08:00
rsheeter 24a33c4970 Fix 3 bad svgs 2020-11-13 21:06:21 -08:00
Rod S 565d292c31 Unicode 13.1 update 2020-09-16 13:23:48 -07:00
Rod S 5c380e9564 Revert "Remove mistakenly added file; bad RGI"
This reverts commit 41708e907f.
2020-09-14 21:32:00 -07:00
rsheeter 41708e907f Remove mistakenly added file; bad RGI 2020-08-24 20:40:00 -07:00
rsheeter 546287c772 Emoji 13 assets 2020-07-20 13:33:17 -07:00
rsheeter ac1703e9d7 Emoji 12.1 svg & png files 2020-03-16 23:29:14 -07:00
Qingqing Deng 31f714f349 Update svg for 2019. 2019-07-02 17:44:36 -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
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
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
Doug Felt 1af77618da Merge branch 'master' into pistol_change 2018-04-24 11:56:33 -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
Doug Felt cf666e6382 Modify pistol emoji images. 2018-03-07 17:51:59 -08: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
Doug Felt b4967d8f84 Fixed svgs to remove embedded raster data.
Fixes were applied to upstream .ai files and the svg regenerated.
2017-09-13 13:17:45 -07:00
Doug Felt f931bea0ef Update svgs to new design.
This also deletes the svg images that are 'aliases' of existing images
according to our alias table, and the few flags (the flag data is not
sourced in the same way).
2017-08-25 16:59:06 -07:00
Doug Felt f2a4f72bff Add missing SVGs, and clean.
This adds the 50-odd missing SVGs that were not added earlier.
Note that we are still missing the rainbow flag (we don't seem to
have a vector source) and most of the regional flags.  The ~10
regional flags we do have do not match the png images, since they
were sourced differently.  Currently we do not provide the flags
since we cannot rely on support for the svg operations necessary
to implement the 'wave' transform (nor do we have the code to
apply it...)

This also aligns naming between the svg and png.  In particular, it
strips fe0f (emoji variation selector) from the names, and omits
1f48f (kiss) and 1f491 (couple with heart) as these alias.  Those
images are now used for the respective heterosexual couples.

All the files were processed with the revised svg_cleaner tool, and
so are a bit smaller as a result.  Other than some formatting
changes the main changes are removal of the xml doc header, removal
of the application comment, and removal of / changes to some
attributes of the svg tag.
2017-05-23 11:31:41 -07:00
Doug Felt 788396cd00 Fix noto-emoji#125
Male cook light/medium light images were swapped, both png and svg.
2017-05-16 10:03:43 -07:00
DeeDeeG 417f21b6c6 Add sign of the horns w/ generic skin tone (1f918)
This is a simple recolor, starting from one of the non-generic sign of
the horns SVGs.

For programs that need both the base and the skin-tone modifier glyph,
this enables both the base (generic) sign of the horns emoji,
and also enables all the emoji versions with specific skin tones.
2017-05-05 16:48:46 -04:00
Andrea Bogazzi 6dea8e015b remove white background from eyes 2017-05-02 17:05:04 +02:00
Doug Felt 9da2857552 Add/update svg for most images in current design.
SVG conversion issues prevented 54 images from being updated:
emoji_u2648.svg
emoji_u1f321.svg
emoji_u1f34c.svg
emoji_u1f35b.svg
emoji_u1f377.svg
emoji_u1f3f5.svg
emoji_u1f468_1f3fb_200d_1f680.svg
emoji_u1f468_1f3fc_200d_1f680.svg
emoji_u1f468_1f3fd_200d_1f680.svg
emoji_u1f468_1f3fe_200d_1f680.svg
emoji_u1f468_1f3ff_200d_1f680.svg
emoji_u1f468_200d_1f680.svg
emoji_u1f469_1f3fb_200d_1f680.svg
emoji_u1f469_1f3fc_200d_1f680.svg
emoji_u1f469_1f3fd_200d_1f680.svg
emoji_u1f469_1f3fe_200d_1f680.svg
emoji_u1f469_1f3ff_200d_1f680.svg
emoji_u1f469_200d_1f680.svg
emoji_u1f47c_1f3fb.svg
emoji_u1f47c_1f3fc.svg
emoji_u1f47c_1f3fd.svg
emoji_u1f47c_1f3fe.svg
emoji_u1f47c_1f3ff.svg
emoji_u1f47c.svg
emoji_u1f4f8.svg
emoji_u1f4ff.svg
emoji_u1f5c2.svg
emoji_u1f5de.svg
emoji_u1f644.svg
emoji_u1f6eb.svg
emoji_u1f6ec.svg
emoji_u1f6f0.svg
emoji_u1f6f4.svg
emoji_u1f6f5.svg
emoji_u1f6f6.svg
emoji_u1f911.svg
emoji_u1f912.svg
emoji_u1f914.svg
emoji_u1f915.svg
emoji_u1f917.svg
emoji_u1f918.svg
emoji_u1f922.svg
emoji_u1f923.svg
emoji_u1f924.svg
emoji_u1f942.svg
emoji_u1f943.svg
emoji_u1f94a.svg
emoji_u1f952.svg
emoji_u1f953.svg
emoji_u1f981.svg
emoji_u1f989.svg
emoji_u1f98a.svg
emoji_u1f98f.svg
emoji_u1f991.svg
2017-05-01 13:51:59 -07:00
Doug Felt 11868c62b7 Fix location of new flag resources, and also update Makefile. 2017-01-24 14:27:29 -08:00
Doug Felt 188e0c9601 Add flag resources from behdad/region-flags. 2017-01-24 14:12:32 -08:00
Doug Felt 0fc81be8d8 Revert "add NL flag svg"
This reverts commit a664ab20a4.
2015-08-17 14:44:05 -07:00