mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-06-24 06:58:34 +00:00
Compare commits
No commits in common. "main" and "v2.047" have entirely different histories.
13 changed files with 68 additions and 10 deletions
|
@ -1,3 +1,27 @@
|
||||||
We don't accept pull requests, or design requests in general.
|
Want to contribute? Great! First, read this page (including the small print
|
||||||
|
at the end).
|
||||||
|
|
||||||
The Google Emoji team leads this project internally, and this repo exists to ease integration of the Emoji font binaries (and SVG 'binaries', which are not true sources).
|
### Before you contribute
|
||||||
|
Before we can use your code, you must sign the
|
||||||
|
[Google Individual Contributor License
|
||||||
|
Agreement](https://cla.developers.google.com/about/google-individual)
|
||||||
|
(CLA), which you can do online. The CLA is necessary mainly because you own the
|
||||||
|
copyright to your changes, even after your contribution becomes part of our
|
||||||
|
codebase, so we need your permission to use and distribute your code. We also
|
||||||
|
need to be sure of various other things—for instance that you'll tell us if you
|
||||||
|
know that your code infringes on other people's patents. You don't have to sign
|
||||||
|
the CLA until after you've submitted your code for review and a member has
|
||||||
|
approved it, but you must do it before we can put your code into our codebase.
|
||||||
|
Before you start working on a larger contribution, you should get in touch with
|
||||||
|
us first through the issue tracker with your idea so that we can help out and
|
||||||
|
possibly guide you. Coordinating up front makes it much easier to avoid
|
||||||
|
frustration later on.
|
||||||
|
|
||||||
|
### Code reviews
|
||||||
|
All submissions, including submissions by project members, require review.
|
||||||
|
We use Github pull requests for this purpose.
|
||||||
|
|
||||||
|
### The small print
|
||||||
|
Contributions made by corporations are covered by a different agreement than
|
||||||
|
the one above, the [Software Grant and Corporate Contributor License
|
||||||
|
Agreement](https://cla.developers.google.com/about/google-corporate).
|
||||||
|
|
|
@ -78,7 +78,7 @@
|
||||||
<head>
|
<head>
|
||||||
<!-- Most of this table will be recalculated by the compiler -->
|
<!-- Most of this table will be recalculated by the compiler -->
|
||||||
<tableVersion value="1.0"/>
|
<tableVersion value="1.0"/>
|
||||||
<fontRevision value="2.048"/>
|
<fontRevision value="2.047"/>
|
||||||
<checkSumAdjustment value="0x4d5a161a"/>
|
<checkSumAdjustment value="0x4d5a161a"/>
|
||||||
<magicNumber value="0x5f0f3cf5"/>
|
<magicNumber value="0x5f0f3cf5"/>
|
||||||
<flags value="00000000 00001011"/>
|
<flags value="00000000 00001011"/>
|
||||||
|
@ -246,7 +246,7 @@
|
||||||
Noto Color Emoji
|
Noto Color Emoji
|
||||||
</namerecord>
|
</namerecord>
|
||||||
<namerecord nameID="5" platformID="3" platEncID="1" langID="0x409">
|
<namerecord nameID="5" platformID="3" platEncID="1" langID="0x409">
|
||||||
Version 2.048;GOOG;noto-emoji:20250612:c7a259fc809502bcb45d983f6a78f94dfceb1fbe
|
Version 2.047;GOOG;noto-emoji:20240827:6c211821b8442ab3683a502f9a79b2034293fced
|
||||||
</namerecord>
|
</namerecord>
|
||||||
<namerecord nameID="6" platformID="3" platEncID="1" langID="0x409">
|
<namerecord nameID="6" platformID="3" platEncID="1" langID="0x409">
|
||||||
NotoColorEmoji
|
NotoColorEmoji
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
third_party/region-flags/png/SY.png
vendored
BIN
third_party/region-flags/png/SY.png
vendored
Binary file not shown.
Before ![]() (image error) Size: 25 KiB After ![]() (image error) Size: 3.1 KiB ![]() ![]() |
19
third_party/region-flags/svg/SY.svg
vendored
19
third_party/region-flags/svg/SY.svg
vendored
|
@ -1,2 +1,17 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="900" height="600" viewBox="0 0 180 120">
|
||||||
<svg width="900" height="600" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h900v600H0z"/><path d="M0 0h900v400H0z" fill="#fff"/><path d="M0 0h900v200H0z" fill="#007a3d"/><path d="m176.26 375 48.738-150 48.738 150-127.6-92.705h157.72m322.4 92.705 48.738-150 48.738 150-127.6-92.705h157.72m-352.6 92.705 48.738-150 48.738 150-127.6-92.705h157.72" fill="#ce1126"/></svg>
|
<rect width="180" height="120" fill="#000"/>
|
||||||
|
<rect width="180" height="80" fill="#fff"/>
|
||||||
|
<rect width="180" height="40" fill="#ce1126"/>
|
||||||
|
<g id="s" fill="#007a3d">
|
||||||
|
<g id="f">
|
||||||
|
<g id="t">
|
||||||
|
<path d="M54,47v13h8" transform="rotate(18,54,47)" id="o"/>
|
||||||
|
<use xlink:href="#o" x="-108" transform="scale(-1,1)"/>
|
||||||
|
</g>
|
||||||
|
<use xlink:href="#t" transform="rotate(72,54,60)"/>
|
||||||
|
</g>
|
||||||
|
<use xlink:href="#t" transform="rotate(-72,54,60)"/>
|
||||||
|
<use xlink:href="#f" transform="rotate(144,54,60)"/>
|
||||||
|
</g>
|
||||||
|
<use xlink:href="#s" x="72"/>
|
||||||
|
</svg>
|
||||||
|
|
Before (image error) Size: 424 B After (image error) Size: 641 B |
|
@ -1,8 +1,27 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1000 1000">
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000">
|
||||||
<defs/>
|
<defs/>
|
||||||
<path d="M8,195.25 C178.83,110.03 349.03,140.83 521.26,167.28 C676.47,191.12 833.42,211.85 992,132.75 L992,804.75 C821.17,889.97 650.97,859.17 478.74,832.72 C323.53,808.88 166.58,788.15 8,867.25 L8,195.25"/>
|
<path fill="#000" d="M8,195.25 C178.83,110.03 349.03,140.83 521.26,167.28 C676.47,191.12 833.42,211.85 992,132.75 L992,804.75 C821.17,889.97 650.97,859.17 478.74,832.72 C323.53,808.88 166.58,788.15 8,867.25 L8,195.25"/>
|
||||||
<path fill="#fff" d="M8,195.25 C178.83,110.03 349.03,140.83 521.26,167.28 C676.47,191.12 833.42,211.85 992,132.75 L992,580.75 C821.17,665.97 650.97,635.17 478.74,608.72 C323.53,584.88 166.58,564.15 8,643.25 L8,195.25"/>
|
<path fill="#fff" d="M8,195.25 C178.83,110.03 349.03,140.83 521.26,167.28 C676.47,191.12 833.42,211.85 992,132.75 L992,580.75 C821.17,665.97 650.97,635.17 478.74,608.72 C323.53,584.88 166.58,564.15 8,643.25 L8,195.25"/>
|
||||||
<path fill="#007a3d" d="M8,195.25 C178.83,110.03 349.03,140.83 521.26,167.28 C676.47,191.12 833.42,211.85 992,132.75 L992,356.75 C821.17,441.97 650.97,411.17 478.74,384.72 C323.53,360.88 166.58,340.15 8,419.25 L8,195.25"/>
|
<path fill="#ce1126" d="M8,195.25 C178.83,110.03 349.03,140.83 521.26,167.28 C676.47,191.12 833.42,211.85 992,132.75 L992,356.75 C821.17,441.97 650.97,411.17 478.74,384.72 C323.53,360.88 166.58,340.15 8,419.25 L8,195.25"/>
|
||||||
<path fill="#ce1126" d="M200.71,561.84 L254,391.34 L307.28,560.62 C261.25,523.88 215.21,490.32 167.78,461.81 C224.7,453.67 281.57,454.11 340.22,459.11 C294.18,489.45 248.14,522.42 200.71,561.84 M692.71,607.38 L745.99,440.66 L799.28,606.16 C753.25,575.9 707.21,540.59 659.77,501.23 C716.67,506.08 773.58,506.91 832.21,498.53 C786.16,539.4 740.14,574.64 692.71,607.38 M446.7,575.88 L499.99,416 L553.28,592.11 L413.77,467.4 C470.67,475.08 527.58,485.03 586.21,492.94 L446.7,575.88"/>
|
<path id="o" fill="#007a3d" d="M303.2,403.61 L281.24,472.01 C294.96,476.94 308.69,482.18 322.83,487.87 L303.2,403.61"/>
|
||||||
|
<path fill="#007a3d" d="M303.2,403.61 L325.16,474.19 C311.44,477.77 297.71,481.62 283.57,485.92 L303.2,403.61"/>
|
||||||
|
<path fill="#007a3d" d="M370.79,459.45 C347.34,456.88 323.89,454.88 299.72,453.74 L299.72,498.54 C323.18,484.85 346.63,472.04 370.79,459.45"/>
|
||||||
|
<path fill="#007a3d" d="M370.79,459.45 L313.3,497.26 L287.59,459.81 C315.05,458.56 342.5,458.58 370.79,459.45"/>
|
||||||
|
<path fill="#007a3d" d="M235.61,453.24 C254.58,466.72 273.55,480.95 293.1,496.25 L318.81,461.36 C291.35,457.41 263.9,454.52 235.61,453.24"/>
|
||||||
|
<path fill="#007a3d" d="M235.61,453.24 C259.07,452.45 282.51,452.81 306.68,454.09 L306.68,498.89 C283.22,482.86 259.77,467.66 235.61,453.24"/>
|
||||||
|
<path fill="#007a3d" d="M344.97,538.25 L323.01,467.26 C309.29,470.87 295.56,474.74 281.42,479.08 L344.97,538.25"/>
|
||||||
|
<path fill="#007a3d" d="M344.97,538.25 L287.48,491.86 L313.18,456.82 L344.97,538.25"/>
|
||||||
|
<path fill="#007a3d" d="M261.43,534.21 C280.41,520.11 299.38,506.69 318.92,493.43 L293.22,455.82 L261.43,534.21"/>
|
||||||
|
<path fill="#007a3d" d="M261.43,534.21 L283.39,465.29 C297.11,470.25 310.84,475.52 324.98,481.24 C304.01,498.02 283.04,515.4 261.43,534.21"/>
|
||||||
|
<path fill="#007a3d" d="M696.8,450.79 L674.84,518.69 C688.57,524.24 702.29,529.53 716.43,534.65 L696.8,450.79"/>
|
||||||
|
<path fill="#007a3d" d="M696.8,450.79 L718.76,520.86 C705.03,525.08 691.31,528.97 677.17,532.7 L696.8,450.79"/>
|
||||||
|
<path fill="#007a3d" d="M764.39,501.77 C740.93,502.56 717.49,502.2 693.32,500.92 L693.32,545.72 C716.77,532.18 740.22,517.82 764.39,501.77"/>
|
||||||
|
<path fill="#007a3d" d="M764.39,501.77 C745.41,516.53 726.44,530.54 706.9,544.34 L681.19,506.74 C708.65,506.38 736.1,504.94 764.39,501.77"/>
|
||||||
|
<path fill="#007a3d" d="M629.21,495.56 L686.7,543.33 L712.41,508.29 C684.96,505.22 657.5,500.88 629.21,495.56"/>
|
||||||
|
<path fill="#007a3d" d="M629.21,495.56 C652.66,498.13 676.11,500.13 700.28,501.27 L700.28,546.07 C676.83,530.19 653.38,513.44 629.21,495.56"/>
|
||||||
|
<path fill="#007a3d" d="M738.57,583.58 L716.61,514.03 C702.88,518.21 689.16,522.07 675.02,525.77 C695.99,545.55 716.97,564.73 738.57,583.58"/>
|
||||||
|
<path fill="#007a3d" d="M738.57,583.58 C719.6,569.44 700.63,554.62 681.08,538.78 L706.78,503.9 L738.57,583.58"/>
|
||||||
|
<path fill="#007a3d" d="M655.03,579.54 C674,567.11 692.97,554.25 712.52,540.35 L686.82,502.9 L655.03,579.54"/>
|
||||||
|
<path fill="#007a3d" d="M655.03,579.54 L676.99,512.06 C690.72,517.58 704.44,522.85 718.58,527.93 C697.6,545.66 676.63,562.64 655.03,579.54"/>
|
||||||
<path fill="#1A1A1A" opacity="0.2" d="M8,195.25 C178.83,110.03 349.03,140.83 521.26,167.28 C676.47,191.12 833.42,211.85 992,132.75 L992,804.75 C821.17,889.97 650.97,859.17 478.74,832.72 C323.53,808.88 166.58,788.15 8,867.25 L8,195.25 M39.25,214.64 L39.25,819.14 C345.81,690.88 650.43,915.18 960.75,785.36 L960.75,180.86 C654.19,309.12 349.57,84.82 39.25,214.64"/>
|
<path fill="#1A1A1A" opacity="0.2" d="M8,195.25 C178.83,110.03 349.03,140.83 521.26,167.28 C676.47,191.12 833.42,211.85 992,132.75 L992,804.75 C821.17,889.97 650.97,859.17 478.74,832.72 C323.53,808.88 166.58,788.15 8,867.25 L8,195.25 M39.25,214.64 L39.25,819.14 C345.81,690.88 650.43,915.18 960.75,785.36 L960.75,180.86 C654.19,309.12 349.57,84.82 39.25,214.64"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before (image error) Size: 1.6 KiB After (image error) Size: 3.6 KiB |
Loading…
Add table
Reference in a new issue