Compare commits
No commits in common. "main" and "main" have entirely different histories.
60
README.md
|
@ -7,34 +7,32 @@ All are welcome to use and re-purpose our emoji files as they see fit.
|
||||||
|
|
||||||
## Pride Set
|
## Pride Set
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
## Licenses
|
## Licenses
|
||||||
|
@ -54,10 +52,10 @@ Intersex Flag is based on Morgan Carpenter's [SVG design](https://ihra.org.au/22
|
||||||
|
|
||||||
New Polyamory Flag courtesy of [PolyAmProud](https://polyamproud.com/flag) (CC0).
|
New Polyamory Flag courtesy of [PolyAmProud](https://polyamproud.com/flag) (CC0).
|
||||||
|
|
||||||
Old Polyamory Flag design (`polyam2`) is based on Jim Evan's SVG (CC0 1.0).
|
|
||||||
|
|
||||||
Omnisexual flag based on Pastelmemer's design (since taken down).
|
Omnisexual flag based on Pastelmemer's design (since taken down).
|
||||||
|
|
||||||
Progress flags are based on @Nikki@wikimedia.org's [Intersex Progress Flag SVG](https://commons.wikimedia.org/wiki/File:Intersex-inclusive_pride_flag.svg) (CC0 1.0).
|
Old Polyamory Flag design (`pride_polyamory2`) is based on Jim Evan's SVG (CC0 1.0).
|
||||||
|
|
||||||
|
Progress Flag is based on @Nikki@wikimedia.org's SVG (CC0 1.0).
|
||||||
|
|
||||||
Transgender Flag is based on Dlloyd's SVG (Public Domain).
|
Transgender Flag is based on Dlloyd's SVG (Public Domain).
|
||||||
|
|
Before Width: | Height: | Size: 523 B After Width: | Height: | Size: 523 B |
Before Width: | Height: | Size: 611 B After Width: | Height: | Size: 611 B |
Before Width: | Height: | Size: 604 B After Width: | Height: | Size: 604 B |
Before Width: | Height: | Size: 611 B After Width: | Height: | Size: 611 B |
Before Width: | Height: | Size: 542 B After Width: | Height: | Size: 542 B |
Before Width: | Height: | Size: 475 B After Width: | Height: | Size: 475 B |
Before Width: | Height: | Size: 504 B After Width: | Height: | Size: 504 B |
Before Width: | Height: | Size: 504 B After Width: | Height: | Size: 504 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 681 B After Width: | Height: | Size: 681 B |
Before Width: | Height: | Size: 611 B After Width: | Height: | Size: 611 B |
Before Width: | Height: | Size: 569 B After Width: | Height: | Size: 569 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 608 B After Width: | Height: | Size: 608 B |
Before Width: | Height: | Size: 651 B After Width: | Height: | Size: 651 B |
Before Width: | Height: | Size: 604 B After Width: | Height: | Size: 604 B |
Before Width: | Height: | Size: 611 B After Width: | Height: | Size: 611 B |
Before Width: | Height: | Size: 562 B After Width: | Height: | Size: 562 B |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 649 B After Width: | Height: | Size: 649 B |
Before Width: | Height: | Size: 475 B After Width: | Height: | Size: 475 B |
Before Width: | Height: | Size: 489 B After Width: | Height: | Size: 489 B |
Before Width: | Height: | Size: 489 B After Width: | Height: | Size: 489 B |
Before Width: | Height: | Size: 652 B |
Before Width: | Height: | Size: 670 B |
|
@ -8,7 +8,7 @@ HEIGHT=84
|
||||||
TEMP=`mktemp -d -p ""`
|
TEMP=`mktemp -d -p ""`
|
||||||
|
|
||||||
# pride flags
|
# pride flags
|
||||||
for svg_path in src/pride/*.svg; do
|
for svg_path in src/pride/pride-*.svg; do
|
||||||
svg=${svg_path#"src/pride/"}
|
svg=${svg_path#"src/pride/"}
|
||||||
# resize
|
# resize
|
||||||
convert ${svg_path} \
|
convert ${svg_path} \
|
||||||
|
@ -39,10 +39,3 @@ rm -rf $TEMP
|
||||||
|
|
||||||
# fix and remove metadata
|
# fix and remove metadata
|
||||||
exiftool -all= -overwrite_original ./dist/pride/*
|
exiftool -all= -overwrite_original ./dist/pride/*
|
||||||
|
|
||||||
# create tarball for tootctl
|
|
||||||
tar -C dist/pride/ -czf dist/pride.tar.gz .
|
|
||||||
# import emojis with:
|
|
||||||
# <mastodon-dir>/bin/tootctl emoji import \
|
|
||||||
# --category "Pride" <emoji-dir>/dist/pride.tar.gz
|
|
||||||
# or import each PNG via webadmin interface
|
|
||||||
|
|
Before Width: | Height: | Size: 293 B After Width: | Height: | Size: 293 B |
Before Width: | Height: | Size: 342 B After Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 295 B After Width: | Height: | Size: 295 B |
Before Width: | Height: | Size: 342 B After Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 248 B |
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 428 B After Width: | Height: | Size: 428 B |
Before Width: | Height: | Size: 428 B After Width: | Height: | Size: 428 B |
Before Width: | Height: | Size: 289 B After Width: | Height: | Size: 289 B |
Before Width: | Height: | Size: 428 B After Width: | Height: | Size: 428 B |
Before Width: | Height: | Size: 342 B After Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 248 B |
Before Width: | Height: | Size: 239 B After Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 342 B After Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 428 B After Width: | Height: | Size: 428 B |
Before Width: | Height: | Size: 295 B After Width: | Height: | Size: 295 B |
Before Width: | Height: | Size: 342 B After Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 248 B |
Before Width: | Height: | Size: 852 B After Width: | Height: | Size: 852 B |
Before Width: | Height: | Size: 866 B After Width: | Height: | Size: 866 B |
Before Width: | Height: | Size: 693 B After Width: | Height: | Size: 693 B |
Before Width: | Height: | Size: 845 B After Width: | Height: | Size: 845 B |
Before Width: | Height: | Size: 389 B After Width: | Height: | Size: 389 B |
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 428 B After Width: | Height: | Size: 428 B |
Before Width: | Height: | Size: 428 B After Width: | Height: | Size: 428 B |
|
@ -1,11 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 840 600">
|
|
||||||
<path fill="#ff69b4" d="M0 0h840v75H0z"/>
|
|
||||||
<path fill="#ff0000" d="M0 75h840v75H0z"/>
|
|
||||||
<path fill="#ff8e00" d="M0 150h840v75H0z"/>
|
|
||||||
<path fill="#ffff00" d="M0 225h840v75H0z"/>
|
|
||||||
<path fill="#008e00" d="M0 300h840v75H0z"/>
|
|
||||||
<path fill="#00c0c0" d="M0 375h840v75H0z"/>
|
|
||||||
<path fill="#2d0296" d="M0 450h840v75H0z"/>
|
|
||||||
<path fill="#8e008e" d="M0 525h840v75H0z"/>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 473 B |
|
@ -1,12 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 840 600">
|
|
||||||
<path d="M0 0h840v66.67H0V0Z" fill="#cd66ff"/>
|
|
||||||
<path d="M0 66.67h840v66.67H0V66.67Z" fill="#ff69b4"/>
|
|
||||||
<path d="M0 133.33h840V200H0v-66.67Z" fill="#ff0000"/>
|
|
||||||
<path d="M0 200h840v66.67H0V200Z" fill="#ff8e00"/>
|
|
||||||
<path d="M0 266.67h840v66.67H0v-66.67Z" fill="#ffff00"/>
|
|
||||||
<path d="M0 333.33h840V400H0v-66.67Z" fill="#008e00"/>
|
|
||||||
<path d="M0 400h840v66.67H0V400Z" fill="#00c0c0"/>
|
|
||||||
<path d="M0 466.67h840v66.67H0v-66.67Z" fill="#2d0296"/>
|
|
||||||
<path d="M0 533.33h840V600H0v-66.67Z" fill="#8e008e"/>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 609 B |