From 614d718be06d0b9ff471e70e66cd54c2cc6f5dfb Mon Sep 17 00:00:00 2001 From: John Hammond Date: Wed, 15 Jun 2022 22:33:03 -0500 Subject: [PATCH] Fill the black pawn with black color This addresses #896 when rendering the board on a dark background. --- chess/svg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chess/svg.py b/chess/svg.py index 5a9cccc0a..9474550fe 100644 --- a/chess/svg.py +++ b/chess/svg.py @@ -36,7 +36,7 @@ "b": """""", # noqa: E501 "k": """""", # noqa: E501 "n": """""", # noqa: E501 - "p": """""", # noqa: E501 + "p": """""", # noqa: E501 "q": """""", # noqa: E501 "r": """""", # noqa: E501 "B": """""", # noqa: E501