]> git.ipfire.org Git - ipfire-logos.git/commitdiff
Replace source icon by PNG version
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 6 Mar 2023 10:29:48 +0000 (10:29 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 6 Mar 2023 10:35:08 +0000 (10:35 +0000)
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 <michael.tremer@ipfire.org>
icons/Makefile
objects/ipfire-icon.png [new file with mode: 0644]

index 62e4525218a3a2e2c3bf978d06c29344768c2b0f..91a767e0e3ff66d55d148a47bdb69d544c57c0b1 100644 (file)
@@ -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 (file)
index 0000000..88099fa
Binary files /dev/null and b/objects/ipfire-icon.png differ