[PR #10466] Use proper SVG for ollama.svg #23789

Open
opened 2026-04-19 17:12:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/10466
Author: @balcsida
Created: 4/29/2025
Status: 🔄 Open

Base: mainHead: proper-svg


📝 Commits (1)

  • ece27a0 Use proper SVG for ollama.svg

📊 Changes

1 file changed (+1 additions, -9 deletions)

View changed files

📝 macapp/src/ollama.svg (+1 -9)

📄 Description

Currently, ollama.svg is simply embeds binary PNG data.
Instead, as there is a real vector logo available, it should use that.
I ran some SVGO optimization on it in order to further decrease the file size, and I also had to change the height a little bit.


🔄 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/ollama/ollama/pull/10466 **Author:** [@balcsida](https://github.com/balcsida) **Created:** 4/29/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `proper-svg` --- ### 📝 Commits (1) - [`ece27a0`](https://github.com/ollama/ollama/commit/ece27a026f9cbb6c1ff69dfe65e51802fc94eb51) Use proper SVG for ollama.svg ### 📊 Changes **1 file changed** (+1 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `macapp/src/ollama.svg` (+1 -9) </details> ### 📄 Description Currently, ollama.svg is simply embeds binary PNG data. Instead, as [there is a real vector logo available](https://github.com/ollama/ollama/issues/2152#issuecomment-1905286922), it should use that. I ran some SVGO optimization on it in order to further decrease the file size, and I also had to change the height a little bit. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-19 17:12:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#23789