From 1836d4679a4bbbadca49ae103c1eb22aa36ff96e Mon Sep 17 00:00:00 2001 From: jansol Date: Thu, 28 Nov 2019 20:09:14 +0200 Subject: Add prerendered PNG and simplified SVG logo This should help with compatibility problems with some platforms like KDE, that do not support all the features necessary for rendering the default Alacritty logo. --- CHANGELOG.md | 4 + README.md | 7 +- extra/logo/compat/alacritty-simple.svg | 311 ++++++++++++ extra/logo/compat/alacritty-term+scanlines.png | Bin 0 -> 85944 bytes extra/logo/compat/alacritty-term+scanlines.svg | 665 +++++++++++++++++++++++++ extra/logo/compat/alacritty-term.svg | 444 +++++++++++++++++ 6 files changed, 1429 insertions(+), 2 deletions(-) create mode 100644 extra/logo/compat/alacritty-simple.svg create mode 100644 extra/logo/compat/alacritty-term+scanlines.png create mode 100644 extra/logo/compat/alacritty-term+scanlines.svg create mode 100644 extra/logo/compat/alacritty-term.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index e94b53a9..f09ad225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.4.1-dev +### Packaging + +- Added compatibility logo variants for environments which can't render the default SVG + ### Fixed - URLs not truncated with non-matching single quote diff --git a/README.md b/README.md index 12e8524f..13ba027f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Alacritty

- Alacritty Logo + Alacritty Logo

Alacritty is the fastest terminal emulator in existence. Using the GPU for @@ -140,7 +140,10 @@ scoop install alacritty ### Other Prebuilt binaries for Linux, macOS, and Windows can be downloaded from the -[GitHub releases page](https://github.com/jwilm/alacritty/releases). +[GitHub releases page](https://github.com/jwilm/alacritty/releases). If your +desktop environment has trouble rendering the default SVG icons, you can find +a prerendered SVG as well as simplified versions of the SVG in the +`extra/logo/compat` directory. To work properly on Windows, Alacritty requires winpty to emulate UNIX's PTY API. The agent is a single binary (`winpty-agent.exe`) which **must** be in diff --git a/extra/logo/compat/alacritty-simple.svg b/extra/logo/compat/alacritty-simple.svg new file mode 100644 index 00000000..18bcbaa1 --- /dev/null +++ b/extra/logo/compat/alacritty-simple.svg @@ -0,0 +1,311 @@ + +image/svg+xml diff --git a/extra/logo/compat/alacritty-term+scanlines.png b/extra/logo/compat/alacritty-term+scanlines.png new file mode 100644 index 00000000..96ba5314 Binary files /dev/null and b/extra/logo/compat/alacritty-term+scanlines.png differ diff --git a/extra/logo/compat/alacritty-term+scanlines.svg b/extra/logo/compat/alacritty-term+scanlines.svg new file mode 100644 index 00000000..3adcb7e0 --- /dev/null +++ b/extra/logo/compat/alacritty-term+scanlines.svg @@ -0,0 +1,665 @@ + +image/svg+xml diff --git a/extra/logo/compat/alacritty-term.svg b/extra/logo/compat/alacritty-term.svg new file mode 100644 index 00000000..ea293e64 --- /dev/null +++ b/extra/logo/compat/alacritty-term.svg @@ -0,0 +1,444 @@ + +image/svg+xml -- cgit