From 30baa49588602f9b49a78ca8a12342b653c0aa4f Mon Sep 17 00:00:00 2001 From: yrriban Date: Sun, 20 Jul 2025 01:52:50 -0400 Subject: [PATCH] Fix text stroke color reference in the concat command. --- dcc/concat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dcc/concat.py b/dcc/concat.py index 6198de3..6493037 100644 --- a/dcc/concat.py +++ b/dcc/concat.py @@ -92,7 +92,7 @@ class Concat(dcc.doom_base.Wad): ) img.trim(reset_coords=True) img.border("graya(25%, 25%)", 10, 10) - img.border(dcc.config.TEXT_STROKE_COLOR, 16, 16) + img.border(self.thumbnail_text_stroke, 16, 16) # for this to work... the image needs to have a width that's a # multiple of 8. dude whyyyyyyy padfactor = 8