1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-04 07:57:52 +03:00
WeasyPrint/weasyprint
aschmitz 1b27388421 Support "overflow-wrap: anywhere"
This supports the `overflow-wrap` value `anywhere`: `anywhere` is like
`break-word`, but the soft breaks it allows *are* considered when
calculating min-content intrinsic sizes.
2021-12-13 02:19:50 -06:00
..
css Support "overflow-wrap: anywhere" 2021-12-13 02:19:50 -06:00
formatting_structure Merge branch 'master' into footnotes 2021-12-11 17:05:33 +01:00
layout Split absolute boxes 2021-12-12 18:58:04 +01:00
svg Don’t restore current point after empty paths 2021-11-06 09:23:54 +01:00
text Support "overflow-wrap: anywhere" 2021-12-13 02:19:50 -06:00
__init__.py Fix typo in documentation 2021-12-11 18:39:58 +01:00
__main__.py Remove deprecated options 2021-09-22 18:51:49 +02:00
document.py Merge branch 'master' into footnotes 2021-12-11 17:05:33 +01:00
draw.py Include non-printable characters width during rendering 2021-12-05 19:15:39 +01:00
html.py Don’t serialize and parse again inline SVG files 2021-09-12 17:40:19 +02:00
images.py Fix images embedded from multiple pages 2021-11-05 22:11:09 +01:00
logger.py Remove repeated copyright assignments in files 2020-01-02 14:10:09 +01:00
stacking.py Copy boxes when using them in stacking contexts 2021-11-14 19:41:10 +01:00
urls.py Test empty links and relative links with base 2021-08-06 20:04:57 +02:00