1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-09-11 20:47:56 +03:00
WeasyPrint/weasyprint/svg
Guillaume Ayoub cd5608c03d Simplify logic for textLength and lengthAdjust
We now:
- use a normal way of counting spaces
- simplify fallback value management for lengthAdjust
- always override letter spacing value when textLength is set with
  lengthAdjust="spacing"
- always override width when textLength is set
2023-07-25 15:41:33 +02:00
..
__init__.py Override use tag children instead of drawing their references 2023-04-29 17:03:13 +02:00
bounding_box.py Minor changes 2022-10-05 18:22:35 +02:00
css.py Update and fix URLs in comments and documentation 2022-06-28 15:59:06 +02:00
defs.py Override use tag children instead of drawing their references 2023-04-29 17:03:13 +02:00
images.py Handle overflow for svg and symbol tags in SVG images 2023-04-18 20:10:22 +02:00
path.py Use f-strings when possible 2022-05-17 16:40:30 +02:00
shapes.py Update and fix URLs in comments and documentation 2022-06-28 15:59:06 +02:00
text.py Simplify logic for textLength and lengthAdjust 2023-07-25 15:41:33 +02:00
utils.py Reorganize anchors management 2023-01-23 11:27:44 +01:00