[PR #2194] [MERGED] Add task to generate images from SVG and change to new logo #16280

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2194
Author: @lafriks
Created: 7/22/2017
Status: Merged
Merged: 7/28/2017
Merged by: @lunny

Base: masterHead: new_icon


📝 Commits (2)

  • aa30a96 Add makefile task to generate images from SVG and change to new logo
  • fea2ace use absolute path on generate-images

📊 Changes

12 files changed (+190 additions, -4 deletions)

View changed files

📝 Makefile (+26 -0)
assets/logo.svg (+160 -0)
📝 public/img/avatar_default.png (+0 -0)
public/img/favicon.ico (+0 -0)
📝 public/img/favicon.png (+0 -0)
public/img/gitea-large-resize.png (+0 -0)
📝 public/img/gitea-lg.png (+0 -0)
public/img/gitea-sm.png (+0 -0)
📝 templates/base/head.tmpl (+1 -1)
📝 templates/org/settings/hook_new.tmpl (+1 -1)
📝 templates/repo/settings/hook_list.tmpl (+1 -1)
📝 templates/repo/settings/hook_new.tmpl (+1 -1)

📄 Description

Fixes #1516

Screenshot:
attels

Image building requires Inkscape, ImageMagick, zopflipng


🔄 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/2194 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 7/22/2017 **Status:** ✅ Merged **Merged:** 7/28/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `new_icon` --- ### 📝 Commits (2) - [`aa30a96`](https://github.com/go-gitea/gitea/commit/aa30a963d5e00299eecdb537a7b8ad5ad5d0cb5b) Add makefile task to generate images from SVG and change to new logo - [`fea2ace`](https://github.com/go-gitea/gitea/commit/fea2acef33dcfcbdf8a3497d0eb7fbedcf2d4227) use absolute path on generate-images ### 📊 Changes **12 files changed** (+190 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+26 -0) ➕ `assets/logo.svg` (+160 -0) 📝 `public/img/avatar_default.png` (+0 -0) ➕ `public/img/favicon.ico` (+0 -0) 📝 `public/img/favicon.png` (+0 -0) ➖ `public/img/gitea-large-resize.png` (+0 -0) 📝 `public/img/gitea-lg.png` (+0 -0) ➕ `public/img/gitea-sm.png` (+0 -0) 📝 `templates/base/head.tmpl` (+1 -1) 📝 `templates/org/settings/hook_new.tmpl` (+1 -1) 📝 `templates/repo/settings/hook_list.tmpl` (+1 -1) 📝 `templates/repo/settings/hook_new.tmpl` (+1 -1) </details> ### 📄 Description Fixes #1516 Screenshot: ![attels](https://user-images.githubusercontent.com/165205/28487136-77276de0-6e93-11e7-81f1-d520b488c8ee.png) Image building requires Inkscape, ImageMagick, zopflipng --- <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:06:37 -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#16280