zulip/static/images/logo
Lauryn Menard 3410584094 linter: Add check for comma after "e.g." in md files.
Adds a linter rule for markdown files so that new cases of "e.g."
without a comma wont be introduced to user-facing documentation.

Fixes the remaining cases of "e.g." in markdown files that are not
followed by a comma.
2024-07-05 15:36:24 -07:00
..
README.md linter: Add check for comma after "e.g." in md files. 2024-07-05 15:36:24 -07:00
apple-touch-icon-precomposed.png
zulip-icon-128x128.png
zulip-icon-512x512.png
zulip-icon-circle.svg
zulip-icon-square.svg
zulip-org-logo.svg

README.md

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