]> git.armaanb.net Git - logo.git/blob - README.md
Specify fill="none" for transparency in SVG
[logo.git] / README.md
1 # personal logo
2 A simple logo I designed for myself
3
4 <img src="logo.webp" style="width: 250px; max-width: 100%; height: auto">
5
6 ## Generation
7 Running `svg2img <format>` will generate all the variants of the logo in SVG, PNG, and the format of your choice. The logo goes from the template to SVG to PNG to whatever format you choose. It supports any format that ImageMagick supports, as well as ASCII and Unicode.
8
9 ### Depends
10   * Inkscape (core usage)
11   * ImageMagick (convert from PNG to anything)
12   * jp2a (convert from PNG to ASCII)
13   * chafa (convert from PNG to Unicode)
14
15 ## Design Criteria
16   * Written as a simple SVG
17   * Looks equally good in ASCII/Unicode art
18   * Monochrome
19   * No words/typefaces involved
20
21 ## Color palette
22 | color       | hex     |
23 |-------------|---------|
24 | white       | #000000 |
25 | dark        | #212121 |
26 | color       | #00FFBF |
27 | transparent | n/a     |
28
29 ## License
30 Copyright 2021 Armaan Bhojwani. `svg2img` is MIT Licensed, however the logo itself is [not licensed](https://choosealicense.com/no-permission/), and under exclusive copyright.