Replies: 2 comments
-
Hi @ckamps, and thank you for reporting this Sadly, as you noticed, this red color is hacdoded in We should really make this configurable.
Yes, text color should be honored by default. By the way, we also have a hardcoded color set for |
Beta Was this translation helpful? Give feedback.
-
I opened PR #1126 to implement this |
Beta Was this translation helpful? Give feedback.
-
Perhaps similar to this issue, #880, I'm finding that bullets associated list items are rendered in red.
Given this example:
The bullets are rendered in red:
Is the following code responsible for this setting? If so, can this code be modified to honor
pdf.set_text_color()
as was apparently done in support of #880 ?https://github.com/py-pdf/fpdf2/blob/2.7.5/fpdf/html.py#L412C37-L412C47
Beta Was this translation helpful? Give feedback.
All reactions