logo-2048.png \
logo-4096.png \
\
- logo-square.pdf \
- logo-square.svg \
- logo-square-512x512.png \
- logo-square-1024x1024.png \
- logo-square-2048x2048.png \
- logo-square-4096x4096.png
+ logo-small.pdf \
+ logo-small.svg \
+ logo-small-512x512.png \
+ logo-small-1024x1024.png \
+ logo-small-2048x2048.png \
+ logo-small-4096x4096.png
OBJECTS = \
$(foreach style,$(STYLES),$(foreach file,$(FILES),$(style)/$(file)))
mkdir -p $(dir $@) && \
$(RSVG_CONVERT) --format=svg $< > $@
-standard/logo-square.svg: logo-square-standalone.svg
+standard/logo-small.svg: logo-small-standalone.svg
mkdir -p $(dir $@) && \
$(RSVG_CONVERT) --format=svg $< > $@
-%/logo-square.svg: logo-square-%-standalone.svg
+%/logo-small.svg: logo-small-%-standalone.svg
mkdir -p $(dir $@) && \
$(RSVG_CONVERT) --format=svg $< > $@
mkdir -p $(dir $@) && \
$(RSVG_CONVERT) --format=png --width=4096 $< > $@
-# Converts the square logo to PNG
-%/logo-square-512x512.png: %/logo-square.svg
+# Converts the small logo to PNG
+%/logo-small-512x512.png: %/logo-small.svg
mkdir -p $(dir $@) && \
$(RSVG_CONVERT) --format=png --width=512 $< > $@
-%/logo-square-1024x1024.png: %/logo-square.svg
+%/logo-small-1024x1024.png: %/logo-small.svg
mkdir -p $(dir $@) && \
$(RSVG_CONVERT) --format=png --width=1024 $< > $@
-%/logo-square-2048x2048.png: %/logo-square.svg
+%/logo-small-2048x2048.png: %/logo-small.svg
mkdir -p $(dir $@) && \
$(RSVG_CONVERT) --format=png --width=2048 $< > $@
-%/logo-square-4096x4096.png: %/logo-square.svg
+%/logo-small-4096x4096.png: %/logo-small.svg
mkdir -p $(dir $@) && \
$(RSVG_CONVERT) --format=png --width=4096 $< > $@
rm -vf \
logo-inverted.svg \
logo-monochrome.svg \
- logo-square-inverted.svg \
- logo-square-monochrome.svg \
+ logo-small-inverted.svg \
+ logo-small-monochrome.svg \
favicon-inverted.svg \
favicon-monochrome.svg
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="512"
- height="512"
- viewBox="0 0 512 512"
- version="1.1"
- id="svg4"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs2">
- <rect
- x="32.557538"
- y="159.53194"
- width="360.57473"
- height="158.718"
- id="rect19" />
- <linearGradient
- id="swatch1">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop1" />
- </linearGradient>
- <style
- id="style1">
- @import url('https://fonts.googleapis.com/css2?family=Prompt:wght@700&display=swap');
- </style>
- </defs>
- <rect
- style="fill:#ff2e52;fill-opacity:1;stroke-width:9.03381;stroke-dasharray:none"
- id="rect1"
- width="477"
- height="28"
- x="17.5"
- y="332" />
- <text
- xml:space="preserve"
- id="text19"
- style="font-weight:bold;font-size:24px;line-height:1.25;font-family:Prompt;-inkscape-font-specification:'Prompt, Bold';text-align:center;white-space:pre;shape-inside:url(#rect19);display:inline" />
- <text
- xml:space="preserve"
- style="font-weight:bold;font-size:180.334px;line-height:1.25;font-family:Prompt;-inkscape-font-specification:'Prompt, Bold';text-align:center;text-anchor:middle;stroke:#ffffff;stroke-width:2;stroke-dasharray:none;stroke-opacity:1"
- x="254.19661"
- y="320.28918"
- id="text20"><tspan
- id="tspan20"
- x="254.19661"
- y="320.28918"
- style="fill:#363636;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-dasharray:none;stroke-opacity:1">IPFire</tspan></text>
-</svg>