nextcloud/server

Support SVG Favicons

Open

#28.640 aberto em 29 de ago. de 2021

Ver no GitHub
 (7 comments) (7 reactions) (0 assignees)PHP (4.865 forks)batch import
1. to developenhancementfeature: theminggood first issue

Métricas do repositório

Stars
 (34.953 stars)
Métricas de merge de PR
 (Mesclagem média 20d) (627 fundiu PRs em 30d)

Description

How to use GitHub

  • Please use the 👍 reaction to show that you are interested into the same feature.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Is your feature request related to a problem? Please describe. SVG Favicons are supported by a wide variety of browsers. As with the other images supported by the Theming app, it would be preferable to avoid converting SVG images used as favicons and instead leaving them as is.

Describe the solution you'd like SVG Favicons to not be converted and instead used directly.

Describe alternatives you've considered n/a

Additional context Features such as light/dark theme support require SVG images to utilise CSS' prefers-color-scheme feature.

Guia do colaborador