From: Michael Tremer Date: Mon, 6 Mar 2023 10:29:48 +0000 (+0000) Subject: Replace source icon by PNG version X-Git-Tag: 4~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8b54c811be36ea4540aaa2cdde0f46246b17a2a;p=ipfire-logos.git Replace source icon by PNG version ImageMagick seems to have problems rendering our SVG, and so as a hack, we will briefly ship a PNG version. Signed-off-by: Michael Tremer --- diff --git a/icons/Makefile b/icons/Makefile index 62e4525..91a767e 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -12,8 +12,8 @@ RESOLUTIONS = 16x16 32x32 48x48 64x64 96x96 128x128 256x256 512x512 ICONS = $(foreach res,$(RESOLUTIONS),$(ICON_NAME)-$(res).png) ICON_KERNEL = kernel-logo.ppm -ICON_SVG = ../objects/ipfire-icon.svg -ICON_PNM = $(patsubst %.svg,%.pnm,$(ICON_SVG)) +ICON_SVG = ../objects/ipfire-icon.png +ICON_PNM = $(patsubst %.png,%.pnm,$(ICON_SVG)) all: $(ICON_KERNEL) $(ICON_SVG) $(ICONS) diff --git a/objects/ipfire-icon.png b/objects/ipfire-icon.png new file mode 100644 index 0000000..88099fa Binary files /dev/null and b/objects/ipfire-icon.png differ