nextcloud/server

Support SVG Favicons

Open

#28,640 创建于 2021年8月29日

在 GitHub 查看
 (7 评论) (7 反应) (0 负责人)PHP (4,865 fork)batch import
1. to developenhancementfeature: theminggood first issue

仓库指标

Star
 (34,953 star)
PR 合并指标
 (平均合并 20天) (30 天内合并 627 个 PR)

描述

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.

贡献者指南