nextcloud/server

Enable usage of svg favicons and remove imagick from iconbuilder

Open

#36.607 geöffnet am 8. Feb. 2023

Auf GitHub ansehen
 (11 Kommentare) (4 Reaktionen) (0 zugewiesene Personen)PHP (4.865 Forks)batch import
1. to developfeature: theminghelp wantedtechnical debt

Repository-Metriken

Stars
 (34.953 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 20T) (627 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide