From fc56c54c6eb33484da7fb52020eb69c2b1e0459a Mon Sep 17 00:00:00 2001 From: Lucas Cimon <925560+Lucas-C@users.noreply.github.com> Date: Thu, 29 Feb 2024 19:36:16 +0100 Subject: [PATCH] Adding enum values EVEN_ROWS & EVEN_COLUMNS --- CHANGELOG.md | 6 +++--- docs/HTML.md | 2 ++ docs/Tables.md | 3 ++- fpdf/enums.py | 14 +++++++++++-- test/table/table_cell_fill_mode.pdf | Bin 0 -> 2061 bytes test/table/test_table.py | 31 +++++++++++++++++++++++++--- 6 files changed, 47 insertions(+), 9 deletions(-) create mode 100644 test/table/table_cell_fill_mode.pdf diff --git a/CHANGELOG.md b/CHANGELOG.md index fd85f9329..d2763b548 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,11 +19,11 @@ This can also be enabled programmatically with `warnings.simplefilter('default', ## [2.7.9] - Not released yet ### Added * support for overriding paragraph direction on bidirectional text -* new optional `li_prefix_color` parameter for `FPDF.write_html()` -* support for `start` & `type` attributes of `
    ` tags, and `type` attribute of `