zulip/web/images
tharu-jwd 53bcef0bee logo: Fix clipping of Zulip logo at large font sizes
The Zulip logo SVG was clipping at the edges when displayed at
large font sizes due to non-integer viewBox values (773.12) and
the circle radius touching the viewBox edges exactly (radius 386.56
× 2 = 773.12, leaving zero padding).

This commit fixes the issue by:
- Using integer viewBox values (774×774) to avoid subpixel rendering issues
- Reducing circle radius from 386.56 to 370 to provide adequate padding
- This gives 17 viewBox units of padding on all sides, which scales to
  approximately 0.5 actual pixels at the typical 24px display size,
  preventing clipping while keeping the circle appropriately sized

Fixes: #36039
2026-01-13 09:45:20 -08:00
..
app-screenshots portico: Remove screenshots from /apps. 2024-01-31 16:10:32 -08:00
emails
empty-view-illustrations inbox: Improve look of empty inbox view. 2023-10-20 17:13:33 -07:00
giphy
landing-page portico: Add a Zulip Cloud landing page. 2025-11-18 16:51:13 -08:00
loading thumbnail: Show the right spinner based on dark/light mode. 2024-07-21 18:41:59 -07:00
logo
zulip-emoji
checkbox-dark-mode.svg checkboxes: Render border-color-matched SVGs in light and dark modes. 2024-09-16 15:43:47 -07:00
checkbox-green.svg
checkbox-white.svg
checkbox.svg checkboxes: Render border-color-matched SVGs in light and dark modes. 2024-09-16 15:43:47 -07:00
default-default-avatar.svg
play_button.svg markdown: Add support for inline video thumbnails. 2023-10-02 22:39:02 -07:00
resize-handle-black.svg css: Add resizer handle icon in resizable textarea for webkit. 2025-12-04 16:33:38 -08:00
resize-handle-white.svg css: Add resizer handle icon in resizable textarea for webkit. 2025-12-04 16:33:38 -08:00
zulip-logo.svg logo: Fix clipping of Zulip logo at large font sizes 2026-01-13 09:45:20 -08:00