mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
Currently only enabled in development, since the exact details don't seem right.. Co-Author-By: Signior-X <b19188@students.iitmandi.ac.in> Co-Author-By: Aman Agrawal <amanagr@zulip.com> Implements UI for #8005. |
||
|---|---|---|
| .. | ||
| apple-touch-icon-precomposed.png | ||
| README.md | ||
| white-zulip-logo-without-text.svg | ||
| zulip-icon-128x128.png | ||
| zulip-icon-512x512.png | ||
| zulip-icon-circle.svg | ||
| zulip-icon-square.svg | ||
| zulip-org-logo.svg | ||
Generally, we prefer to use SVG assets when possible.
However, many websites where you might want to use a Zulip logo do not
support SVG files. If you need a Zulip logo asset in a different
format (E.g. a 512px height PNG), you can generate that from one of
the .svg files in this directory.
On Linux, you can generate a PNG of a given height using the following:
rsvg-convert -h 512 static/images/logo/zulip-org-logo.svg -o /tmp/zulip-org-logo-512.png