diff options
author | Jérémy Zurcher <jeremy.zurcher@heraeus.com> | 2022-11-01 15:39:56 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-05-19 09:02:24 +0200 |
commit | 20e9865618c06205616db9f1196535bc0c6e9332 (patch) | |
tree | 05d9d5ae96eec100e421b2ba18aceb646a068d50 | |
parent | eb3942e15700f3f4f61b4e46917ae8fbe614e524 (diff) | |
download | lout-20e9865618c06205616db9f1196535bc0c6e9332.tar.gz |
tblf : fix typo in @PaintBox PDF backend
-rw-r--r-- | include/tblf | 2 |
1 files changed, 1 insertions, 1 deletions
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 } } } |