Re: Asciidoctor-PDF | Title page with image only
Posted by
mojavelinux on
Oct 09, 2019; 6:38am
URL: https://discuss.asciidoctor.org/Asciidoctor-PDF-Title-page-with-image-only-tp7192p7197.html
The correct syntax is:
title-page:
font-color: [0, 0, 0, 0]
We should probably support the "transparent" keyword for font colors too, but you can always fall back to a CMYK array.
Cheers,
-Dan
On Tue, Oct 8, 2019 at 11:38 PM Hoplop [via Asciidoctor :: Discussion] <
[hidden email]> wrote:
>You could set the color of the text to transparent
I was trying to do that yesterday, this config didn't work:
title-page:
background-image: rtk-title-page.png
font-color: transparent
It had said something like unknown color.
--