1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 00:21:15 +03:00
WeasyPrint/weasyprint
Guillaume Ayoub c607c01a8c Fix a crash with a flexbox corner case
When the flex box height percentage can’t be solved using its parent heihgt,
its computed height is set to 'auto' even if the specified value is not
'auto'. It’s a problem when the flex box has multiple lines, because in this
case we rely on the computed height to distribute the extra space between the
lines.

Fix #1204.
2020-09-01 21:20:04 +02:00
..
css create a TargetLookupItem for each anchor 2020-05-20 02:33:10 +02:00
formatting_structure Prefer while True to while 1 2020-05-22 00:14:15 +02:00
layout Fix a crash with a flexbox corner case 2020-09-01 21:20:04 +02:00
tests Fix a crash with a flexbox corner case 2020-09-01 21:20:04 +02:00
tools Fix typo 2020-04-10 14:07:12 +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 Add an image cache that can be shared between documents 2020-06-22 16:32:12 +02:00
draw.py Apply viewport_overflow when box.is_for_root_element 2020-06-21 11:45:59 +02:00
fonts.py dlopen shared library symlink using major version name. 2020-05-03 22:01:41 +03:00
html.py Remove repeated copyright assignments in files 2020-01-02 14:10:09 +01: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 Support for post-processing by passing a finisher function to write_pdf 2020-04-08 23:46:11 +00:00
stacking.py Remove repeated copyright assignments in files 2020-01-02 14:10:09 +01:00
text.py Fix the terribly wrong line width given by Pango 2020-05-23 17:27:14 +02:00
urls.py Remove breakpoint 2020-01-13 21:50:13 +01:00
VERSION Support for post-processing by passing a finisher function to write_pdf 2020-04-08 23:46:11 +00:00