delete svg files for flags' border and soft-light
they are no longer needed because the border is already in the original waved flags, and the soft ligth is added by a scriptpull/377/head
parent
e4df897e53
commit
43f5cc0153
|
@ -3691,8 +3691,6 @@ srcs = [
|
|||
"../third_party/region-flags/waved-svg/emoji_u1f3f4_e0067_e0062_e0065_e006e_e0067_e007f.svg",
|
||||
"../third_party/region-flags/waved-svg/emoji_u1f3f4_e0067_e0062_e0073_e0063_e0074_e007f.svg",
|
||||
"../third_party/region-flags/waved-svg/emoji_u1f3f4_e0067_e0062_e0077_e006c_e0073_e007f.svg",
|
||||
"flags-border/emoji_u100000.svg",
|
||||
"flags-border/emoji_u100001.svg",
|
||||
]
|
||||
|
||||
[master.regular.position]
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
# flags-border
|
||||
|
||||
This folder contains two special color glyphs that contain the border and
|
||||
soft-light effect for the COLRv1 region flags. See the `colrv1_add_border_to_flags.py` script.
|
|
@ -1,4 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1000 1000">
|
||||
<defs/>
|
||||
<path fill="#1A1A1A" opacity="0.2" d="M8,194.75 C181.84,110.1 354.93,141.8 530.24,168.13 C682.26,190.95 836.78,210.72 992,133.25 L992,805.25 C667.42,967.25 342.06,704.13 8,866.75 L8,194.75 M38.75,213.71 L38.75,820.15 C200.89,753.6 362.47,782.05 525.97,806.7 C669.36,828.32 814.8,847.76 961.25,786.59 L961.25,180.15 C656.82,307.29 351.99,85.18 38.75,213.71"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 457 B |
|
@ -1,10 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1000 1000">
|
||||
<defs>
|
||||
<linearGradient id="g1" x1="7.91" y1="133.34" x2="710.62" y2="1076.39" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0%" stop-color="white" stop-opacity="0.5"/>
|
||||
<stop offset="50%" stop-color="gray" stop-opacity="0.5"/>
|
||||
<stop offset="100%" stop-color="black" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<path fill="url(#g1)" d="M8,194.75 C181.84,110.1 354.93,141.8 530.24,168.13 C682.26,190.95 836.78,210.72 992,133.25 L992,805.25 C667.42,967.25 342.06,704.13 8,866.75 L8,194.75"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 609 B |
|
@ -3441,8 +3441,6 @@ srcs = [
|
|||
"../third_party/region-flags/waved-svg/emoji_u1f3f4_e0067_e0062_e0065_e006e_e0067_e007f.svg",
|
||||
"../third_party/region-flags/waved-svg/emoji_u1f3f4_e0067_e0062_e0073_e0063_e0074_e007f.svg",
|
||||
"../third_party/region-flags/waved-svg/emoji_u1f3f4_e0067_e0062_e0077_e006c_e0073_e007f.svg",
|
||||
"flags-border/emoji_u100000.svg",
|
||||
"flags-border/emoji_u100001.svg",
|
||||
]
|
||||
|
||||
[master.regular.position]
|
||||
|
|
Loading…
Reference in New Issue