1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 08:27:22 +03:00
WeasyPrint/weasyprint
Guillaume Ayoub 36630ab532 Don't change position of block children to avoid rounded float error
To fix #860 and #851, we decided to move block children a little bit to keep
them in the page. It's a bad idea, because children position is altered (and it
breaks many tests, by the way).

Increasing the allowed max_position_y is a better workaround as it doesn't
move blocks.
2019-05-15 13:39:05 +02:00
..
css Add documentation for text decoration 2019-05-14 23:45:53 +02:00
formatting_structure Merge branch 'master' into box-decoration-break 2019-03-15 15:10:13 +01:00
layout Don't change position of block children to avoid rounded float error 2019-05-15 13:39:05 +02:00
tests Ignore wavy value for text-decoration-style 2019-05-14 23:33:50 +02:00
tools Update copyright 2019-03-04 11:04:06 +01:00
__init__.py Update copyright 2019-03-04 11:04:06 +01:00
__main__.py Update copyright 2019-03-04 11:04:06 +01:00
document.py Don't crash when using UTC timezones 2019-05-14 15:32:17 +02:00
draw.py Minor code style changes 2019-05-14 23:35:26 +02:00
fonts.py Update copyright 2019-03-04 11:04:06 +01:00
html.py Update copyright 2019-03-04 11:04:06 +01:00
images.py Update copyright 2019-03-04 11:04:06 +01:00
logger.py Update copyright 2019-03-04 11:04:06 +01:00
pdf.py Update copyright 2019-03-04 11:04:06 +01:00
stacking.py Update copyright 2019-03-04 11:04:06 +01:00
text.py Don't rely on iter_get_index to get current line break index 2019-04-12 16:04:25 +02:00
urls.py Update default_url_fetcher's documentation 2019-04-12 16:34:19 +02:00
VERSION Version 47 2019-04-12 16:45:24 +02:00