File tblf-fix-typo-in-PaintBox-PDF-backend.patch of Package lout
From 20e9865618c06205616db9f1196535bc0c6e9332 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= <[email protected]>
Date: Tue, 1 Nov 2022 15:39:56 +0100
Subject: [PATCH 1/2] tblf : fix typo in @PaintBox PDF backend
---
include/tblf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/tblf b/include/tblf
index e01fd16..352b735 100644
--- a/include/tblf
+++ b/include/tblf
@@ -1357,7 +1357,7 @@ def @TblSetup
{
@BackEnd @Case {
PostScript @Yield { {"LoutBox" @ColourCommand p t "fill"} @Graphic x }
- PDF @Yield { { @PDFBox @PDFAddPaint col "S" } @Graphic x }
+ PDF @Yield { { @PDFBox @PDFAddPaint p "S" } @Graphic x }
PlainText @Yield { x }
}
}
--
2.45.1