[PR #2799] [MERGED] Add Safari pinned tab icon #16598

Closed
opened 2025-11-02 12:14:20 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2799
Author: @brinsche
Created: 10/28/2017
Status: Merged
Merged: 10/29/2017
Merged by: @appleboy

Base: masterHead: safari-pin-icon


📝 Commits (2)

  • bc2b4fb Add Safari pinned tab icon
  • 4b792b0 Merge branch 'master' into safari-pin-icon

📊 Changes

2 files changed (+2 additions, -0 deletions)

View changed files

public/img/gitea-safari.svg (+1 -0)
📝 templates/base/head.tmpl (+1 -0)

📄 Description

Closes #2753

I had to manually create the .svg because the transformation is not that trivial, the viewBox has to be 0 0 16 16 but just rescaling it resulted in an icon that looked too small so I made it as large as possible within the constraints, the icon also has to be black because the color gets set separately as described here here. I also cleaned it with svgcleaner.

If it has to be generated from the logo feel free to close this.


🔄 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/go-gitea/gitea/pull/2799 **Author:** [@brinsche](https://github.com/brinsche) **Created:** 10/28/2017 **Status:** ✅ Merged **Merged:** 10/29/2017 **Merged by:** [@appleboy](https://github.com/appleboy) **Base:** `master` ← **Head:** `safari-pin-icon` --- ### 📝 Commits (2) - [`bc2b4fb`](https://github.com/go-gitea/gitea/commit/bc2b4fbcc164f9a5df951a0c497a99f89a5cccd3) Add Safari pinned tab icon - [`4b792b0`](https://github.com/go-gitea/gitea/commit/4b792b0226afb885c124fa734db7e8042bfecbf5) Merge branch 'master' into safari-pin-icon ### 📊 Changes **2 files changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `public/img/gitea-safari.svg` (+1 -0) 📝 `templates/base/head.tmpl` (+1 -0) </details> ### 📄 Description Closes #2753 I had to manually create the .svg because the transformation is not that trivial, the viewBox has to be 0 0 16 16 but just rescaling it resulted in an icon that looked too small so I made it as large as possible within the constraints, the icon also has to be black because the color gets set separately as described here [here.](https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariWebContent/pinnedTabs/pinnedTabs.html) I also cleaned it with [svgcleaner.](https://github.com/RazrFalcon/svgcleaner) If it has to be generated from the logo feel free to close this. --- <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 2025-11-02 12:14:20 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16598