From: Benjamin Auder <benjamin.auder@somewhere>
Date: Tue, 2 Feb 2021 12:19:09 +0000 (+0100)
Subject: Fix images of new pieces for Wormhole1 rules
X-Git-Url: https://git.auder.net/js/img/%7B%7B%20asset('mixstore/DESCRIPTION?a=commitdiff_plain;h=1d8e9b0c2c3a6f1fc8d97ffc330bc02cbf1ff52a;p=vchess.git

Fix images of new pieces for Wormhole1 rules
---

diff --git a/client/src/translations/rules/Wormhole1/en.pug b/client/src/translations/rules/Wormhole1/en.pug
index b14363a9..c7d4ef1c 100644
--- a/client/src/translations/rules/Wormhole1/en.pug
+++ b/client/src/translations/rules/Wormhole1/en.pug
@@ -33,9 +33,9 @@ h3 Pieces movements
 p Three new pieces replace usual sliders:
 
 figure.showPieces.text-center
-  img(src="/images/pieces/Wormhole/wc.png" style="width:60px")
-  img(src="/images/pieces/Wormhole/ww.png" style="width:60px")
-  img(src="/images/pieces/Wormhole/wm.png" style="width:60px")
+  img(src="/images/pieces/Wormhole/wc.svg" style="width:60px")
+  img(src="/images/pieces/Wormhole/ww.svg" style="width:60px")
+  img(src="/images/pieces/Wormhole/wm.svg" style="width:60px")
   figcaption Left to right: Champion, Wizard, Murray Lion.
 
 ul
diff --git a/client/src/translations/rules/Wormhole1/es.pug b/client/src/translations/rules/Wormhole1/es.pug
index 0ec75c19..4e45fb0f 100644
--- a/client/src/translations/rules/Wormhole1/es.pug
+++ b/client/src/translations/rules/Wormhole1/es.pug
@@ -34,9 +34,9 @@ h3 ¿Como las piezas se mueven?
 p Tres piezas nuevas reemplazan los "deslizadores" habituales:
 
 figure.showPieces.text-center
-  img(src="/images/pieces/Wormhole/wc.png" style="width:60px")
-  img(src="/images/pieces/Wormhole/ww.png" style="width:60px")
-  img(src="/images/pieces/Wormhole/wm.png" style="width:60px")
+  img(src="/images/pieces/Wormhole/wc.svg" style="width:60px")
+  img(src="/images/pieces/Wormhole/ww.svg" style="width:60px")
+  img(src="/images/pieces/Wormhole/wm.svg" style="width:60px")
   figcaption De izquierda a derecha: Campeón, Hechicero, León "Murray".
 
 ul
diff --git a/client/src/translations/rules/Wormhole1/fr.pug b/client/src/translations/rules/Wormhole1/fr.pug
index 56df229e..22a6d0c8 100644
--- a/client/src/translations/rules/Wormhole1/fr.pug
+++ b/client/src/translations/rules/Wormhole1/fr.pug
@@ -34,9 +34,9 @@ h3 Déplacement des pièces
 p Trois nouvelles pièces remplacent les "glisseurs" usuels :
 
 figure.showPieces.text-center
-  img(src="/images/pieces/Wormhole/wc.png" style="width:60px")
-  img(src="/images/pieces/Wormhole/ww.png" style="width:60px")
-  img(src="/images/pieces/Wormhole/wm.png" style="width:60px")
+  img(src="/images/pieces/Wormhole/wc.svg" style="width:60px")
+  img(src="/images/pieces/Wormhole/ww.svg" style="width:60px")
+  img(src="/images/pieces/Wormhole/wm.svg" style="width:60px")
   figcaption De gauche à droite : Champion, Sorcier, Lion "Murray".
 
 ul