1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 00:21:15 +03:00
WeasyPrint/weasyprint
Guillaume Ayoub 6b1a7970cb Correctly draw borders on the last line of split tables
The previous logic used to find if a row is in the footer was broken. Code is
now cleaner, shorter, with an example in comments and a non-regression test.

Fix #1250.
2020-11-25 14:19:32 +01:00
..
css Fix URL handling with tinycss2 2020-11-21 19:24:43 +01:00
formatting_structure Merge branch 'master' into pydyf 2020-10-23 12:36:03 +02:00
layout Don’t render table cells as if they are on empty pages 2020-11-21 19:24:48 +01:00
tests Correctly draw borders on the last line of split tables 2020-11-25 14:19:32 +01:00
__init__.py Put write_png in testing suite for license considerations 2020-10-26 17:26:01 +01:00
__main__.py Merge remote-tracking branch 'origin/master' into pydyf 2020-07-31 14:46:36 +02:00
document.py Put write_png in testing suite for license considerations 2020-10-26 17:26:01 +01:00
draw.py Correctly draw borders on the last line of split tables 2020-11-25 14:19:32 +01:00
fonts.py Clean formatted strings 2020-05-30 15:55:44 +02:00
html.py Merge branch 'master' into pydyf 2020-10-23 12:36:03 +02:00
images.py Fix colors in repeating linear gradients 2020-10-25 20:18:13 +01:00
logger.py Remove repeated copyright assignments in files 2020-01-02 14:10:09 +01:00
pdf.py When adding embedded files, the Catalog dictionary is extended with a Name entry only when there isn’t one. 2020-09-21 15:28:53 +02:00
stacking.py Remove repeated copyright assignments in files 2020-01-02 14:10:09 +01:00
text.py Merge branch 'master' into pydyf 2020-10-26 23:46:27 +01:00
urls.py Clean formatted strings 2020-05-30 15:55:44 +02:00
VERSION Support for post-processing by passing a finisher function to write_pdf 2020-04-08 23:46:11 +00:00