Converted to SVGs to have higher quality

This commit is contained in:
Daryl Ronningen 2021-05-28 11:33:47 -07:00
parent 7f46aab77e
commit c51650a040
Signed by: Daryl Ronningen
GPG Key ID: FD23F0C934A5EC6B
40 changed files with 86 additions and 0 deletions

BIN
flags/4k/agender.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

BIN
flags/4k/asexual.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
flags/4k/bisexual.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
flags/4k/genderfluid.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

BIN
flags/4k/genderqueer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

BIN
flags/4k/lesbian.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

BIN
flags/4k/nonbinary.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

BIN
flags/4k/pansexual.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

BIN
flags/4k/pride.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
flags/4k/transgender.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

BIN
flags/hd/agender.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
flags/hd/asexual.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
flags/hd/bisexual.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
flags/hd/genderfluid.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
flags/hd/genderqueer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
flags/hd/lesbian.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
flags/hd/nonbinary.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
flags/hd/pansexual.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
flags/hd/pride.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
flags/hd/transgender.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

7
svgs/agender.svg Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 560">
<path d="M0 0h800v560H0z" />
<path fill="#b9b9b9" d="M0 80h800v400H0z" />
<path fill="#fff" d="M0 160h800v240H0z" />
<path fill="#b8f483" d="M0 240h800v80H0z" />
</svg>

After

Width:  |  Height:  |  Size: 274 B

7
svgs/asexual.svg Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 480">
<path fill="#fff" d="M0 0h800v480H0z" />
<path d="M0 0h800v120H0z" />
<path fill="purple" d="M0 360h800v120H0z" />
<path fill="#a3a3a3" d="M0 120h800v120H0z" />
</svg>

After

Width:  |  Height:  |  Size: 273 B

8
svgs/bisexual.svg Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="480" viewBox="0 0 800 480">
<g fill-rule="evenodd">
<rect width="800" height="192" fill="#d60270" />
<rect width="800" height="96" y="192" fill="#9b4f96" />
<rect width="800" height="192" y="288" fill="#0038a8" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 349 B

8
svgs/genderfluid.svg Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 480">
<path fill="#333ebd" d="M0 0h800v480H0z" />
<path d="M0 0h800v384H0z" />
<path fill="#be18d6" d="M0 0h800v288H0z" />
<path fill="#fff" d="M0 0h800v192H0z" />
<path fill="#ff75a2" d="M0 0h800v96H0z" />
</svg>

After

Width:  |  Height:  |  Size: 314 B

6
svgs/genderqueer.svg Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 480">
<path fill="#4a8123" d="M0 0h800v480H0z" />
<path fill="#fff" d="M0 0h800v320H0z" />
<path fill="#b57edc" d="M0 0h800v160H0z" />
</svg>

After

Width:  |  Height:  |  Size: 241 B

23
svgs/lesbian.svg Normal file
View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" sodipodi:docname="Lesbian pride flag.svg" inkscape:version="1.0 (4035a4fb49, 2020-05-01)" id="svg8" version="1.1" viewBox="0 0 344.48752 229.65834" height="868" width="1302">
<defs id="defs2" />
<sodipodi:namedview inkscape:window-maximized="0" inkscape:window-y="0" inkscape:window-x="128" inkscape:window-height="1030" inkscape:window-width="1424" units="px" fit-margin-bottom="0" fit-margin-right="0" fit-margin-left="0" fit-margin-top="0" inkscape:snap-center="true" inkscape:snap-midpoints="true" inkscape:snap-smooth-nodes="true" inkscape:object-paths="true" inkscape:snap-intersection-paths="true" inkscape:snap-object-midpoints="true" showgrid="false" inkscape:document-rotation="0" inkscape:current-layer="layer1" inkscape:document-units="mm" inkscape:cy="383.50437" inkscape:cx="1512.208" inkscape:zoom="0.35" inkscape:pageshadow="2" inkscape:pageopacity="0.0" borderopacity="1.0" bordercolor="#666666" pagecolor="#ffffff" id="base" />
<metadata id="metadata5">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g transform="translate(501.00748,19.654762)" id="layer1" inkscape:groupmode="layer" inkscape:label="Layer 1">
<rect y="78.770241" x="-501.00748" height="32.808342" width="344.48749" id="rect853" style="fill:#ffffff;fill-opacity:1;stroke-width:0.0275507" />
<rect y="45.961906" x="-501.00745" height="32.808334" width="344.48746" id="rect851" style="fill:#ff9a56;fill-opacity:1;stroke-width:0.042343" />
<rect y="13.153572" x="-501.00745" height="32.808334" width="344.48746" id="rect849" style="fill:#ef7627;fill-opacity:1;stroke-width:0.0301347" />
<rect y="-19.654762" x="-501.00745" height="32.808334" width="344.48746" id="rect847" style="fill:#d52d00;fill-opacity:1;stroke-width:0.0434014" />
<rect y="111.57858" x="-501.00745" height="32.808334" width="344.48755" id="rect855" style="fill:#d162a4;fill-opacity:1;stroke-width:0.0264192" />
<rect y="144.38692" x="-501.00745" height="32.808334" width="344.48755" id="rect857" style="fill:#b55690;fill-opacity:1;stroke-width:0.0411305" />
<rect y="177.19525" x="-501.00745" height="32.808334" width="344.48749" id="rect859" style="fill:#a30262;fill-opacity:1;stroke-width:0.0434013" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

7
svgs/nonbinary.svg Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="300" height="200">
<path fill="#2C2C2C" d="m0,0h300v200H0" />
<path fill="#9C59D1" d="m0,0h300v150H0" />
<path fill="#FCFCFC" d="m0,0h300v100H0" />
<path fill="#FCF434" d="m0,0h300v50H0" />
</svg>

After

Width:  |  Height:  |  Size: 269 B

6
svgs/pansexual.svg Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 480">
<path fill="#21b1ff" d="M0 0h800v480H0z" />
<path fill="#ffd800" d="M0 0h800v320H0z" />
<path fill="#ff218c" d="M0 0h800v160H0z" />
</svg>

After

Width:  |  Height:  |  Size: 243 B

8
svgs/pride.svg Normal file
View File

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 777 480">
<rect fill="#750787" width="777" height="480" />
<rect fill="#004dff" width="777" height="400" />
<rect fill="#008026" width="777" height="320" />
<rect fill="#ffed00" width="777" height="240" />
<rect fill="#ff8c00" width="777" height="160" />
<rect fill="#e40303" width="777" height="80" />
</svg>

After

Width:  |  Height:  |  Size: 368 B

6
svgs/transgender.svg Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 480">
<path fill="#5BCEFA" d="M0 0h800v480H0z" />
<path fill="#F5A9B8" d="M0 96h800v288H0z" />
<path fill="#FFF" d="M0 192h800v96H0z" />
</svg>

After

Width:  |  Height:  |  Size: 242 B