More colors

This commit is contained in:
James R. Barlow
2023-11-19 23:51:27 -08:00
parent 8b6ecd5971
commit 7ab5c55d46
@@ -10,7 +10,7 @@ with warnings.catch_warnings():
warnings.filterwarnings(
'ignore', category=DeprecationWarning, message=r".*load_module.*"
)
from reportlab.lib.colors import black, cyan, magenta, red
from reportlab.lib.colors import black, cyan, green, magenta, red
from reportlab.lib.units import inch
from reportlab.pdfgen.canvas import Canvas
from reportlab.pdfgen.textobject import PDFTextObject