From dd2b8d53838b2b5e85a206f897ffa502060a4511 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 28 Sep 2020 16:21:16 +0000 Subject: [PATCH] graphs: Make backgrounds transparent Signed-off-by: Michael Tremer --- src/collecty/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collecty/constants.py b/src/collecty/constants.py index a128630..ef3a297 100644 --- a/src/collecty/constants.py +++ b/src/collecty/constants.py @@ -33,7 +33,7 @@ SUPPORTED_IMAGE_FORMATS = ("SVG", "PNG", "PDF") GRAPH_DEFAULT_ARGUMENTS = ( # Change the background colour - "--color", "BACK#FFFFFF", + "--color", "BACK#FFFFFFFF", # Disable the border around the image. "--border", "0", -- 2.47.2