mirror of
https://github.com/zulip/zulip.git
synced 2026-06-03 21:01:43 +08:00
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 |
||
|---|---|---|
| .. | ||
| app-screenshots | ||
| emails | ||
| empty-view-illustrations | ||
| giphy | ||
| landing-page | ||
| loading | ||
| logo | ||
| zulip-emoji | ||
| checkbox-dark-mode.svg | ||
| checkbox-green.svg | ||
| checkbox-white.svg | ||
| checkbox.svg | ||
| default-default-avatar.svg | ||
| play_button.svg | ||
| resize-handle-black.svg | ||
| resize-handle-white.svg | ||
| zulip-logo.svg | ||