X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fpublic%2Fimages%2Fpieces%2FEmergo%2FgenerateSVG_composite.py;h=915404b660df096c0216666e81558860abfb411a;hp=87eb55f6133d45f37b22d06955450b3c8c30cc72;hb=b27300c2951adcc67acbf4b822267dc102895ce3;hpb=85ba3fe59c2e3033873512c7d04dc87857065928 diff --git a/client/public/images/pieces/Emergo/generateSVG_composite.py b/client/public/images/pieces/Emergo/generateSVG_composite.py index 87eb55f6..915404b6 100755 --- a/client/public/images/pieces/Emergo/generateSVG_composite.py +++ b/client/public/images/pieces/Emergo/generateSVG_composite.py @@ -22,55 +22,55 @@ black_right = '' digits = { "left": [ # 1 - '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '' + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '' + '') + f.write("\n") + f.write(digits["right"][right] + ' fill="none" stroke-width="4" ' + ('stroke="red"' if colorLeft == "black" else 'stroke="orange"') + '/>') + f.write("\n") f.write(final) f.close()