pujada info de 5 jalgames

This commit is contained in:
2026-04-03 22:37:30 +02:00
parent 465987829c
commit f4ecb82180
35 changed files with 217 additions and 171 deletions
+3
View File
@@ -1,6 +1,9 @@
# Build output
_site/
# Game binaries (deployed via deploy.sh)
downloads/
# Node
node_modules/
+1 -1
View File
@@ -63,4 +63,4 @@ Lo que hace:
5. Copia `nginx.conf` a `/var/volumes/web_jailgames-nginx/jailgames.conf`
6. Recarga nginx en el contenedor `jailgames` (si está activo)
Requiere `sudo` (escritura en `/var/volumes/`) y `docker` (para el reload de nginx).
Requiere `docker` (para el reload de nginx). Los volúmenes en `/var/volumes/` son propiedad del usuario `sergio`.
+3 -3
View File
@@ -14,13 +14,13 @@ echo "==> Compilando sitio..."
npm run build --silent
echo "==> Copiando sitio a $SITE_VOL ..."
sudo rsync -a --delete _site/ "$SITE_VOL/"
rsync -a --delete _site/ "$SITE_VOL/"
echo "==> Copiando descargas a $SITE_VOL/downloads/ ..."
sudo rsync -a downloads/ "$SITE_VOL/downloads/"
rsync -a downloads/ "$SITE_VOL/downloads/"
echo "==> Copiando nginx.conf a $NGINX_VOL/jailgames.conf ..."
sudo cp nginx.conf "$NGINX_VOL/jailgames.conf"
cp nginx.conf "$NGINX_VOL/jailgames.conf"
echo "==> Hecho. Recargando nginx en el contenedor..."
if docker exec jailgames nginx -s reload 2>/dev/null; then
-15
View File
@@ -1,15 +0,0 @@
Aquí irá el binario de Cosmic Escape.
Nombre del juego: Cosmic Escape
Versión: 1.2.0
Motor: Godot 4.2
Plataformas disponibles:
- Windows: cosmic-escape-v1.2-windows.zip (~85 MB)
- Linux: cosmic-escape-v1.2-linux.tar.gz (~78 MB)
- macOS: cosmic-escape-v1.2-mac.dmg (~90 MB)
Instrucciones de instalación:
Windows: Descomprimir el ZIP y ejecutar CosmiEscape.exe
Linux: Descomprimir el tar.gz y ejecutar ./cosmic-escape
macOS: Abrir el DMG y arrastrar la app a Aplicaciones
-10
View File
@@ -1,10 +0,0 @@
Aquí irá el binario de Pixel Dungeon.
Nombre del juego: Pixel Dungeon
Versión: 0.9.1
Plataformas disponibles:
- Windows: pixel-dungeon-v0.9.1-windows.zip (~22 MB)
Instrucciones de instalación:
Windows: Descomprimir el ZIP y ejecutar PixelDungeon.exe
+39
View File
@@ -0,0 +1,39 @@
name: "Cacaus"
slug: "cacaus"
tagline: "Troba els cacaus robats pel Batman"
description: |
Joc d'aventura i trencaclosques basat en el clàssic Spirits de Topo Soft.
Explora una casa plena d'habitacions per trobar objectes amagats i persones,
localitza la clau, recupera els cacaus robats de l'habitació del Batman
i enfronta't a ell.
Desenvolupat íntegrament en Lua.
version: "1.2"
release_date: "2024-11-25"
tags:
- aventura
- puzzle
- retro
logo: "/games/cacaus/screenshot-0.jpg"
screenshots:
- "/games/cacaus/screenshot-0.jpg"
- "/games/cacaus/screenshot-1.jpg"
- "/games/cacaus/screenshot-2.jpg"
- "/games/cacaus/screenshot-3.jpg"
- "/games/cacaus/screenshot-4.jpg"
downloads:
- platform: "Linux"
file: "/downloads/cacaus/cacaus-v1.2-linux.tar.gz"
size: "4.9 MB"
- platform: "Windows"
file: "/downloads/cacaus/cacaus-v1.2-win32-x64.zip"
size: "6.3 MB"
engine: "Lua"
players: "1 jugador"
genre: "Aventura / Puzzle"
repo: "https://gitea.sustancia.synology.me/JailDoctor/cacaus"
@@ -0,0 +1,40 @@
name: "Coffee Crisis Arcade Edition"
slug: "coffee-crisis-arcade-edition"
tagline: "Acció cooperativa arcade contra invasors gegants"
description: |
Versió ampliada i millorada de Coffee Crisis amb mode cooperatiu per a
dos jugadors. Gràfics renovats que revitalitzen l'experiència arcade
clàssica, amb elements sorpresa a cada partida.
Construït amb C/C++ i SDL3GPU. Compatible amb gamepad i teclat.
Inclou menú de servei per a configuració arcade, redimensionat de
finestra, filtres de pantalla i molt més.
version: "2026-04-03"
release_date: "2026-04-03"
tags:
- arcade
- cooperatiu
- 2D
logo: "/games/coffee-crisis-arcade-edition/screenshot-1.png"
screenshots:
- "/games/coffee-crisis-arcade-edition/screenshot-1.png"
- "/games/coffee-crisis-arcade-edition/screenshot-2.png"
downloads:
- platform: "Linux"
file: "/downloads/coffee-crisis-arcade-edition/coffee-crisis-arcade-edition-linux.tar.gz"
size: "9.7 MB"
- platform: "macOS (Apple Silicon)"
file: "/downloads/coffee-crisis-arcade-edition/coffee-crisis-arcade-edition-macos-apple-silicon.dmg"
size: "14 MB"
- platform: "macOS (Intel)"
file: "/downloads/coffee-crisis-arcade-edition/coffee-crisis-arcade-edition-macos-intel.dmg"
size: "14 MB"
engine: "C/C++ + SDL3GPU"
players: "1-2 jugadors"
genre: "Arcade / Acció"
repo: "https://gitea.sustancia.synology.me/jaildesigner-jailgames/coffee_crisis_arcade_edition"
+39
View File
@@ -0,0 +1,39 @@
name: "Coffee Crisis"
slug: "coffee-crisis"
tagline: "Defensa la universitat de la invasió de cafeïna"
description: |
Joc arcade de reflexos on has de defensar la UPV d'una invasió d'esferes
de cafeïna que reboten per tot arreu. Una sola vida, 10 nivells i l'objectiu
d'acumular el màxim de punts possible.
Desenvolupat a l'estiu de 2020-2021 amb C/SDL3. Compatible amb gamepad i teclat.
version: "2.3.3"
release_date: "2026-04-03"
tags:
- arcade
- reflexos
- 2D
logo: "/games/coffee-crisis/screenshot-1.png"
screenshots:
- "/games/coffee-crisis/screenshot-1.png"
- "/games/coffee-crisis/screenshot-2.png"
- "/games/coffee-crisis/screenshot-3.png"
downloads:
- platform: "Linux"
file: "/downloads/coffee-crisis/coffee-crisis-v2.3.3-linux.tar.gz"
size: "4.8 MB"
- platform: "macOS (Apple Silicon)"
file: "/downloads/coffee-crisis/coffee-crisis-v2.3.3-macos-apple-silicon.dmg"
size: "7.3 MB"
- platform: "macOS (Intel)"
file: "/downloads/coffee-crisis/coffee-crisis-v2.3.3-macos-intel.dmg"
size: "7.3 MB"
engine: "C + SDL3"
players: "1 jugador"
genre: "Arcade / Reflexos"
repo: "https://gitea.sustancia.synology.me/jaildesigner-jailgames/coffee_crisis"
-40
View File
@@ -1,40 +0,0 @@
name: "Cosmic Escape"
slug: "cosmic-escape"
tagline: "Escapa de la estación antes de que colapse"
description: |
Un juego de plataformas 2D donde controlas a un astronauta atrapado en una
estación espacial que se desmorona. Recoge oxígeno, esquiva meteoritos y
encuentra la cápsula de escape antes de que se agote el tiempo.
Desarrollado en Godot Engine. Incluye 12 niveles y modo contrarreloj.
Ideal para partidas cortas e intensas.
version: "1.2.0"
release_date: "2025-11-15"
tags:
- plataformas
- 2D
- singleplayer
logo: "/games/cosmic-escape/logo.svg"
screenshots:
- "/games/cosmic-escape/screenshot-1.svg"
- "/games/cosmic-escape/screenshot-2.svg"
- "/games/cosmic-escape/screenshot-3.svg"
downloads:
- platform: "Windows"
file: "/downloads/cosmic-escape/README.txt"
size: "85 MB"
- platform: "Linux"
file: "/downloads/cosmic-escape/README.txt"
size: "78 MB"
- platform: "macOS"
file: "/downloads/cosmic-escape/README.txt"
size: "90 MB"
engine: "Godot 4.2"
players: "1 jugador"
genre: "Plataformas / Acción"
repo: "https://gitea.local/jailgames/cosmic-escape"
+40
View File
@@ -0,0 +1,40 @@
name: "JailDoctor's Dilemma"
slug: "jaildoctors-dilemma"
tagline: "Recupera les 150 peces perdudes per l'Univers Jailer"
description: |
Un joc de plataformes a l'estil Jet Set Willy on el protagonista JailDoc
ha de recuperar més de 150 peces de projectes escampades per 60 pantalles
de l'Univers Jailer. La dificultat varia des de pantalles senzilles fins
a trencaclosques que requereixen càlculs precisos de moviment.
Construït amb C/C++ i GLSL. Compatible amb teclat (tecles reassignables)
i gamepad. Inclou editor de mapes integrat en mode debug.
version: "1.13"
release_date: "2026-04-03"
tags:
- plataformes
- puzzle
- 2D
logo: "/games/jaildoctors-dilemma/cover.png"
screenshots:
- "/games/jaildoctors-dilemma/screenshot-1.png"
- "/games/jaildoctors-dilemma/screenshot-2.png"
downloads:
- platform: "Linux"
file: "/downloads/jaildoctors-dilemma/jaildoctors-dilemma-v1.13-linux.tar.gz"
size: "14 MB"
- platform: "macOS (Apple Silicon)"
file: "/downloads/jaildoctors-dilemma/jaildoctors-dilemma-v1.13-macos-apple-silicon.dmg"
size: "17 MB"
- platform: "macOS (Intel)"
file: "/downloads/jaildoctors-dilemma/jaildoctors-dilemma-v1.13-macos-intel.dmg"
size: "17 MB"
engine: "C/C++ + GLSL"
players: "1 jugador"
genre: "Plataformes / Puzzle"
repo: "https://gitea.sustancia.synology.me/jaildesigner-jailgames/jaildoctors_dilemma"
-23
View File
@@ -1,23 +0,0 @@
name: "Pixel Dungeon"
slug: "pixel-dungeon"
description: |
Un roguelike de mazmorras con gráficos pixel art de 16x16. Explora
generaciones procedurales de niveles, recoge objetos y derrota al jefe
final. Cada partida es única.
version: "0.9.1"
release_date: "2025-08-03"
tags:
- roguelike
- pixel-art
- singleplayer
logo: "/games/pixel-dungeon/logo.svg"
screenshots:
- "/games/pixel-dungeon/screenshot-1.svg"
downloads:
- platform: "Windows"
file: "/downloads/pixel-dungeon/README.txt"
size: "22 MB"
+38
View File
@@ -0,0 +1,38 @@
name: "The Pool"
slug: "thepool"
tagline: "Recupera les peces de la depuradora que els gats han robat"
description: |
Clon humorístic de Knight Lore amb estètica de ZX Spectrum. El protagonista
té els obrers a casa fabricant-li una piscina, però quan se n'adona, els
gats (Batman i Robin) li han robat les peces de la depuradora. Ara ha de
recórrer tota la casa per trobar-les.
Joc isomètric amb perspectiva Filmation, ple d'humor i situacions absurdes.
Desenvolupat en C/C++ amb SDL3.
version: "1.7"
release_date: "2026-03-25"
tags:
- isomètric
- aventura
- retro
logo: "/games/thepool/screenshot-1.png"
screenshots:
- "/games/thepool/screenshot-1.png"
- "/games/thepool/screenshot-2.png"
- "/games/thepool/screenshot-3.png"
downloads:
- platform: "Linux"
file: "/downloads/thepool/thepool-v1.7-linux.tar.gz"
size: "5.3 MB"
- platform: "Windows"
file: "/downloads/thepool/thepool-v1.7-win32-x64.zip"
size: "6.8 MB"
engine: "C/C++ + SDL3"
players: "1 jugador"
genre: "Aventura / Isomètric"
repo: "https://gitea.sustancia.synology.me/JailDoctor/thepool"
Binary file not shown.

After

Width:  |  Height:  |  Size: 317 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 686 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 KiB

-6
View File
@@ -1,6 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200">
<rect width="200" height="200" fill="#0f3460" rx="12"/>
<text x="100" y="90" text-anchor="middle" font-family="monospace" font-size="56" fill="#e94560">🚀</text>
<text x="100" y="130" text-anchor="middle" font-family="monospace" font-size="13" fill="#eaeaea">COSMIC ESCAPE</text>
<text x="100" y="155" text-anchor="middle" font-family="monospace" font-size="11" fill="#4ecca3">v1.2.0</text>
</svg>

Before

Width:  |  Height:  |  Size: 496 B

@@ -1,12 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="450" viewBox="0 0 800 450">
<rect width="800" height="450" fill="#0a0a1a"/>
<rect x="0" y="380" width="800" height="70" fill="#1a1a2e"/>
<circle cx="120" cy="80" r="40" fill="#f4d03f" opacity="0.8"/>
<circle cx="300" cy="50" r="8" fill="#eaeaea" opacity="0.4"/>
<circle cx="500" cy="120" r="5" fill="#eaeaea" opacity="0.5"/>
<circle cx="700" cy="30" r="10" fill="#eaeaea" opacity="0.3"/>
<rect x="350" y="250" width="40" height="60" fill="#4ecca3"/>
<rect x="360" y="220" width="20" height="30" fill="#a0a0a0"/>
<text x="400" y="430" text-anchor="middle" font-family="monospace" font-size="18" fill="#e94560">COSMIC ESCAPE — Nivel 1</text>
<text x="400" y="230" text-anchor="middle" font-family="monospace" font-size="12" fill="#a0a0a0">[Captura 1 — Placeholder]</text>
</svg>

Before

Width:  |  Height:  |  Size: 861 B

@@ -1,11 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="450" viewBox="0 0 800 450">
<rect width="800" height="450" fill="#16213e"/>
<rect x="50" y="200" width="700" height="20" fill="#0f3460"/>
<rect x="50" y="300" width="300" height="20" fill="#0f3460"/>
<rect x="500" y="320" width="250" height="20" fill="#0f3460"/>
<circle cx="200" cy="190" r="15" fill="#e94560" opacity="0.9"/>
<circle cx="400" cy="290" r="15" fill="#e94560" opacity="0.7"/>
<rect x="370" y="160" width="30" height="40" fill="#4ecca3"/>
<text x="400" y="430" text-anchor="middle" font-family="monospace" font-size="18" fill="#e94560">COSMIC ESCAPE — Nivel 4</text>
<text x="400" y="60" text-anchor="middle" font-family="monospace" font-size="12" fill="#a0a0a0">[Captura 2 — Placeholder]</text>
</svg>

Before

Width:  |  Height:  |  Size: 799 B

@@ -1,10 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="450" viewBox="0 0 800 450">
<rect width="800" height="450" fill="#1a0a0a"/>
<rect x="0" y="350" width="800" height="100" fill="#2a1a1a"/>
<ellipse cx="400" cy="200" rx="200" ry="120" fill="#e94560" opacity="0.15"/>
<circle cx="400" cy="200" r="60" fill="#c73650" opacity="0.6"/>
<text x="400" y="208" text-anchor="middle" font-family="monospace" font-size="36" fill="#eaeaea">👾</text>
<rect x="360" y="330" width="30" height="20" fill="#4ecca3"/>
<text x="400" y="430" text-anchor="middle" font-family="monospace" font-size="18" fill="#e94560">COSMIC ESCAPE — Jefe Final</text>
<text x="400" y="50" text-anchor="middle" font-family="monospace" font-size="12" fill="#a0a0a0">[Captura 3 — Placeholder]</text>
</svg>

Before

Width:  |  Height:  |  Size: 797 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

-13
View File
@@ -1,13 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200">
<rect width="200" height="200" fill="#16213e" rx="12"/>
<rect x="60" y="60" width="20" height="20" fill="#4ecca3"/>
<rect x="80" y="60" width="20" height="20" fill="#4ecca3"/>
<rect x="100" y="60" width="20" height="20" fill="#4ecca3"/>
<rect x="60" y="80" width="20" height="20" fill="#4ecca3"/>
<rect x="100" y="80" width="20" height="20" fill="#4ecca3"/>
<rect x="60" y="100" width="20" height="20" fill="#4ecca3"/>
<rect x="80" y="100" width="20" height="20" fill="#4ecca3"/>
<rect x="100" y="100" width="20" height="20" fill="#4ecca3"/>
<text x="100" y="150" text-anchor="middle" font-family="monospace" font-size="11" fill="#eaeaea">PIXEL DUNGEON</text>
<text x="100" y="170" text-anchor="middle" font-family="monospace" font-size="10" fill="#a0a0a0">v0.9.1</text>
</svg>

Before

Width:  |  Height:  |  Size: 888 B

@@ -1,23 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="450" viewBox="0 0 800 450">
<rect width="800" height="450" fill="#0a0a12"/>
<!-- Cuadrícula de tiles -->
<rect x="100" y="100" width="600" height="260" fill="#16213e"/>
<!-- Paredes -->
<rect x="100" y="100" width="600" height="20" fill="#0f3460"/>
<rect x="100" y="340" width="600" height="20" fill="#0f3460"/>
<rect x="100" y="100" width="20" height="260" fill="#0f3460"/>
<rect x="680" y="100" width="20" height="260" fill="#0f3460"/>
<!-- Pasillos -->
<rect x="300" y="100" width="20" height="80" fill="#0a0a12"/>
<rect x="480" y="280" width="20" height="80" fill="#0a0a12"/>
<!-- Jugador -->
<rect x="190" y="200" width="16" height="16" fill="#4ecca3"/>
<rect x="194" y="196" width="8" height="8" fill="#eaeaea"/>
<!-- Enemigo -->
<rect x="500" y="230" width="16" height="16" fill="#e94560"/>
<rect x="504" y="226" width="8" height="8" fill="#a02040"/>
<!-- Objetos -->
<rect x="380" y="230" width="10" height="10" fill="#f4d03f"/>
<rect x="420" y="210" width="8" height="14" fill="#8e44ad"/>
<text x="400" y="430" text-anchor="middle" font-family="monospace" font-size="14" fill="#4ecca3">PIXEL DUNGEON — Nivel B1</text>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

+14 -4
View File
@@ -1,5 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" width="300" height="80" viewBox="0 0 300 80">
<rect width="300" height="80" fill="#1a1a2e" rx="6"/>
<text x="20" y="52" font-family="monospace" font-size="36" font-weight="bold" fill="#e94560">JAIL</text>
<text x="115" y="52" font-family="monospace" font-size="36" font-weight="bold" fill="#4ecca3">GAMES</text>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 6291 904" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(0.792849,0,0,0.792849,-707.614,-441.718)">
<path d="M896,1693L896,1531.23L1219.53,1531.23L1219.53,560.632L1543.07,560.632L1543.07,1531.23L1381.3,1531.23L1381.3,1693L896,1693Z" style="fill:white;fill-rule:nonzero;stroke:white;stroke-width:7.01px;"/>
<path d="M2028.37,1369.47L2028.37,1693L1704.83,1693L1704.83,722.399L1866.6,722.399L1866.6,560.632L2351.9,560.632L2351.9,722.399L2513.67,722.399L2513.67,1693L2190.14,1693L2190.14,1369.47L2028.37,1369.47ZM2028.37,722.399L2028.37,1207.7L2190.14,1207.7L2190.14,722.399L2028.37,722.399Z" style="fill:white;fill-rule:nonzero;stroke:white;stroke-width:7.01px;"/>
<rect x="2675.44" y="560.632" width="323.534" height="1132.37" style="fill:white;stroke:white;stroke-width:7.01px;"/>
<path d="M3160.74,560.632L3484.27,560.632L3484.27,1531.23L3807.8,1531.23L3807.8,1693L3160.74,1693L3160.74,560.632Z" style="fill:white;fill-rule:nonzero;stroke:white;stroke-width:7.01px;"/>
<path d="M4131.34,560.632L4616.64,560.632L4616.64,722.399L4293.1,722.399L4293.1,1531.23L4454.87,1531.23L4454.87,1045.93L4778.4,1045.93L4778.4,1693L4131.34,1693L4131.34,1531.23L3969.57,1531.23L3969.57,722.399L4131.34,722.399L4131.34,560.632Z" style="fill:white;fill-rule:nonzero;stroke:white;stroke-width:7.01px;"/>
<path d="M5263.71,1369.47L5263.71,1693L4940.17,1693L4940.17,722.399L5101.94,722.399L5101.94,560.632L5587.24,560.632L5587.24,722.399L5749.01,722.399L5749.01,1693L5425.47,1693L5425.47,1369.47L5263.71,1369.47ZM5263.71,722.399L5263.71,1207.7L5425.47,1207.7L5425.47,722.399L5263.71,722.399Z" style="fill:white;fill-rule:nonzero;stroke:white;stroke-width:7.01px;"/>
<path d="M6719.61,1207.7L6557.84,1207.7L6557.84,1369.47L6396.07,1369.47L6396.07,1207.7L6234.31,1207.7L6234.31,1693L5910.77,1693L5910.77,560.632L6072.54,560.632L6072.54,722.399L6234.31,722.399L6234.31,884.166L6396.07,884.166L6396.07,1045.93L6557.84,1045.93L6557.84,884.166L6719.61,884.166L6719.61,722.399L6881.37,722.399L6881.37,560.632L7043.14,560.632L7043.14,1693L6719.61,1693L6719.61,1207.7Z" style="fill:white;fill-rule:nonzero;stroke:white;stroke-width:7.01px;"/>
<path d="M7851.98,884.166L7851.98,1045.93L7528.44,1045.93L7528.44,1531.23L8013.74,1531.23L8013.74,1693L7204.91,1693L7204.91,560.632L8013.74,560.632L8013.74,722.399L7528.44,722.399L7528.44,884.166L7851.98,884.166Z" style="fill:white;fill-rule:nonzero;stroke:white;stroke-width:7.01px;"/>
<path d="M8175.51,1531.23L8499.04,1531.23L8499.04,1207.7L8337.28,1207.7L8337.28,1045.93L8175.51,1045.93L8175.51,722.399L8337.28,722.399L8337.28,560.632L8822.58,560.632L8822.58,722.399L8499.04,722.399L8499.04,1045.93L8660.81,1045.93L8660.81,1207.7L8822.58,1207.7L8822.58,1531.23L8660.81,1531.23L8660.81,1693L8175.51,1693L8175.51,1531.23Z" style="fill:white;fill-rule:nonzero;stroke:white;stroke-width:7.01px;"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 365 B

After

Width:  |  Height:  |  Size: 3.2 KiB