1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 00:21:15 +03:00
WeasyPrint/weasyprint
Guillaume Ayoub 70229deef7 Don’t render table cells as if they are on empty pages
The page_is_empty was probably set to True to force rendering, but using
max_position=inf should already allow all cells to be rendered.

When cells are rendered with page_is_empty set to True, the top margin of their
first children is removed, because margins are always removed at the top of
blocks split between multiple pages.

Fix #1254.
2020-11-21 18:24:18 +01:00
..
css Fix URL handling with tinycss2 2020-10-30 11:05:27 +01:00
formatting_structure Compute bookmark-label for :before and :after boxes 2020-06-19 08:23:20 +02:00
layout Don’t render table cells as if they are on empty pages 2020-11-21 18:24:18 +01:00
tests Don’t render table cells as if they are on empty pages 2020-11-21 18:24:18 +01:00
tools Use download attribute in <a> to define filename for attachment 2020-09-10 00:51:03 +02:00
__init__.py Add an image cache that can be shared between documents 2020-06-22 16:32:12 +02:00
__main__.py Fix CLI arguments documentation 2020-06-23 22:35:00 +02:00
document.py Cairo use hex string when there are parenthesis for TAG_LINK but not for TAG_DEST so an id is not represented by the same string in the pdf and pdf reader can make the link between them. Using urllib.parse.quote replaces special chars and so Cairo stop using hex string and pdf reader are happy. 2020-09-13 18:42:56 +02:00
draw.py Apply viewport_overflow when box.is_for_root_element 2020-06-21 11:45:59 +02:00
fonts.py Disable WOFF and WOFF2 font formats support 2020-10-27 21:12:56 +01:00
html.py Use download attribute in <a> to define filename for attachment 2020-09-10 00:51:03 +02:00
images.py Add an option to optimize embedded images size 2020-06-22 16:05:14 +02: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 Don’t create a layout to know if a line break is possible 2020-10-26 23:42:33 +01:00
urls.py Remove breakpoint 2020-01-13 21:50:13 +01:00
VERSION Version 52.1 2020-11-02 21:40:16 +01:00