[PR #3804] [MERGED] Fixes 3803 #12645

Closed
opened 2025-12-29 22:22:49 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/3804
Author: @hSaria
Created: 12/29/2019
Status: Merged
Merged: 12/30/2019
Merged by: @jeremystretch

Base: developHead: 3803-svg-logo


📝 Commits (5)

📊 Changes

6 files changed (+65 additions, -3 deletions)

View changed files

📝 README.md (+1 -1)
📝 docs/index.md (+1 -1)
docs/netbox_logo.svg (+21 -0)
netbox/project-static/img/netbox_icon.svg (+20 -0)
netbox/project-static/img/netbox_logo.svg (+21 -0)
📝 netbox/templates/inc/nav_menu.html (+1 -1)

📄 Description

Fixes: #3803

Replaced the current PNG logo (raster-based) with an SVG one (vector-based).

I kept the old logo, but I don't think it is being referenced anymore.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/3804 **Author:** [@hSaria](https://github.com/hSaria) **Created:** 12/29/2019 **Status:** ✅ Merged **Merged:** 12/30/2019 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `3803-svg-logo` --- ### 📝 Commits (5) - [`e62302c`](https://github.com/netbox-community/netbox/commit/e62302c97938e06c35ef567d03c85feb2b34708a) Fixes #3803 - [`44e1a47`](https://github.com/netbox-community/netbox/commit/44e1a477f24c9ad4db1c451e836ae9a95341a2b3) Fixed Y-coordinate off by 10 - [`1fc206b`](https://github.com/netbox-community/netbox/commit/1fc206b9c539173a5bb91b28b7947b0850f8a622) Replace doc logo with svg - [`66c99ac`](https://github.com/netbox-community/netbox/commit/66c99acb9eede72fdc6f5a9c881dbf043b182f2d) Converted text to path - [`8effb54`](https://github.com/netbox-community/netbox/commit/8effb54c89561ed4d251522b05b81142b8e54a3f) Converted text to path ### 📊 Changes **6 files changed** (+65 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `docs/index.md` (+1 -1) ➕ `docs/netbox_logo.svg` (+21 -0) ➕ `netbox/project-static/img/netbox_icon.svg` (+20 -0) ➕ `netbox/project-static/img/netbox_logo.svg` (+21 -0) 📝 `netbox/templates/inc/nav_menu.html` (+1 -1) </details> ### 📄 Description ### Fixes: #3803 Replaced the current PNG logo (raster-based) with an SVG one (vector-based). > I kept the old logo, but I don't think it is being referenced anymore. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:22:49 +01:00
adam closed this issue 2025-12-29 22:22:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12645