1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-04 07:57:52 +03:00
WeasyPrint/tests/layout
Guillaume Ayoub 2e96bdee35 Simplify API to get intrinsic size of images
The previous API wasn’t stateless, as it sometimes required to call
get_intrinsic_size before accessing intrinsic_ratio. The new API offers a
single method to get width, height and ratio.
2021-08-03 18:39:14 +02:00
..
__init__.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
test_block.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
test_column.py Fix padding for columns 2021-07-11 17:40:02 +02:00
test_flex.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
test_image.py Simplify API to get intrinsic size of images 2021-08-03 18:39:14 +02:00
test_inline_block.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
test_inline.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
test_list.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
test_page.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
test_position.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
test_shrink_to_fit.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
test_table.py Rename folders and imports in tests 2021-04-19 17:15:53 +02:00