public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] The artwork of the ipfire project. branch, master, updated. 3cfd1dacb3c2ebe76f21a27f9af7d960e90fdcf5
@ 2026-03-16 17:21 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2026-03-16 17:21 UTC (permalink / raw)
  To: ipfire-scm

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The artwork of the ipfire project.".

The branch, master has been updated
       via  3cfd1dacb3c2ebe76f21a27f9af7d960e90fdcf5 (commit)
      from  80c013cf2e6173af2a2f43b388651fdfdbe817bc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3cfd1dacb3c2ebe76f21a27f9af7d960e90fdcf5
Author: Michael Tremer <michael.tremer@ipfire.org>
Date:   Mon Mar 16 17:21:21 2026 +0000

    square logo: Actuall generate the desired resolutions
    
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Difference in files:
diff --git a/Makefile b/Makefile
index 85f6996..2ab4dd1 100644
--- a/Makefile
+++ b/Makefile
@@ -111,19 +111,19 @@ standard/favicon.svg: favicon.svg
 # Converts the square logo to PNG
 %/logo-square-512x512.png: %/logo-square.svg
 	mkdir -p $(dir $@) && \
-	$(INKSCAPE) --export-width=32
+	$(INKSCAPE) --export-width=512
 
 %/logo-square-1024x1024.png: %/logo-square.svg
 	mkdir -p $(dir $@) && \
-	$(INKSCAPE) --export-width=64
+	$(INKSCAPE) --export-width=1024
 
 %/logo-square-2048x2048.png: %/logo-square.svg
 	mkdir -p $(dir $@) && \
-	$(INKSCAPE) --export-width=128
+	$(INKSCAPE) --export-width=2048
 
 %/logo-square-4096x4096.png: %/logo-square.svg
 	mkdir -p $(dir $@) && \
-	$(INKSCAPE) --export-width=256
+	$(INKSCAPE) --export-width=4096
 
 # Converts the favicon to PNG
 %/favicon-16x16.png: %/favicon.svg


hooks/post-receive
--
The artwork of the ipfire project.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-03-16 17:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-16 17:21 [git.ipfire.org] The artwork of the ipfire project. branch, master, updated. 3cfd1dacb3c2ebe76f21a27f9af7d960e90fdcf5 Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox