From deaa6bb1ce2e0d1f1c8a46397d597d5ada0a14cb Mon Sep 17 00:00:00 2001 From: bakkeby Date: Thu, 25 Mar 2021 11:03:47 +0100 Subject: [PATCH] f --- patches.def.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/patches.def.h b/patches.def.h index e3d1f98..2789516 100644 --- a/patches.def.h +++ b/patches.def.h @@ -216,6 +216,11 @@ * not specific to this variant of st - the same issue is present in * the xterm implementation. This is likely an issue of sixel height * not being detected correctly. + * - If combined with the alpha patch sixel graphics disappear (become white) + * when transparent and rendered against a white background. This is believed + * to be related to how the sixel graphics use RGB colors instead of RGBA. + * A pull request or instructions for how to properly add alpha support for + * sixel graphics would be very welcome. * * Note that you need to uncomment the corresponding lines in Makefile when including this patch. *