nextcloud/server

Enable usage of svg favicons and remove imagick from iconbuilder

Open

#36 607 ouverte le 8 févr. 2023

Voir sur GitHub
 (11 commentaires) (4 réactions) (0 assignés)PHP (4 865 forks)batch import
1. to developfeature: theminghelp wantedtechnical debt

Métriques du dépôt

Stars
 (34 953 stars)
Métriques de merge PR
 (Merge moyen 20j) (627 PRs mergées en 30 j)

Description

This allows us to get rid of using imagick in iconbuilder of the theming app, which in return allows us to not enforce this requirement anymore since gd and imaginary can be used for all other tasks.

Julius found this: https://www.leereamsnyder.com/blog/favicons-in-2021#safari-does-not-fully-support-svg-icons

cc @juliushaertl

Guide contributeur