svg-ultralight 0.52.0__py3-none-any.whl → 0.52.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of svg-ultralight might be problematic. Click here for more details.
|
@@ -64,6 +64,7 @@ enough to lay out text on a business card.
|
|
|
64
64
|
|
|
65
65
|
from __future__ import annotations
|
|
66
66
|
|
|
67
|
+
import copy
|
|
67
68
|
import math
|
|
68
69
|
from typing import TYPE_CHECKING
|
|
69
70
|
|
|
@@ -112,7 +113,7 @@ class PaddedText(BoundElement):
|
|
|
112
113
|
:param lpad: Left padding.
|
|
113
114
|
"""
|
|
114
115
|
self.elem = elem
|
|
115
|
-
self.unpadded_bbox = bbox
|
|
116
|
+
self.unpadded_bbox = copy.copy(bbox)
|
|
116
117
|
self.base_tpad = tpad
|
|
117
118
|
self.rpad = rpad
|
|
118
119
|
self.base_bpad = bpad
|
|
@@ -8,7 +8,7 @@ svg_ultralight/bounding_boxes/supports_bounds.py,sha256=8rIklGICIx-DXELN7FjDwrzO
|
|
|
8
8
|
svg_ultralight/bounding_boxes/type_bound_collection.py,sha256=ct8BLjqyHSCNhOGG0eYuubdOajI2KVo1nbTP3JxXZ00,2756
|
|
9
9
|
svg_ultralight/bounding_boxes/type_bound_element.py,sha256=gXsHCSJ6lxIGODm1oJ5yYAPzuIi7NkBIIzD_GX-cgo8,2322
|
|
10
10
|
svg_ultralight/bounding_boxes/type_bounding_box.py,sha256=r3XcdW_U8VvRauylw54aMwPsmC6A3HY72rz_sTcd1Uo,13359
|
|
11
|
-
svg_ultralight/bounding_boxes/type_padded_text.py,sha256=
|
|
11
|
+
svg_ultralight/bounding_boxes/type_padded_text.py,sha256=LXVsdCU7j_TzVEx652WKQLICFeYn_Zqjw6KCP6p1nzo,14740
|
|
12
12
|
svg_ultralight/constructors/__init__.py,sha256=fb-A50G3YTZNMQXpxcCl_QAcfssS0Us065_kdJRybDQ,313
|
|
13
13
|
svg_ultralight/constructors/new_element.py,sha256=hVQG7WBHQoTUmGiZNtVadGOitdTFBrHOQeVKKVOWGaA,3526
|
|
14
14
|
svg_ultralight/font_tools/__init__.py,sha256=b_VSvk5aODzS2wv48EMU2sey_mxq1o1SL8ecWTdy4kc,78
|
|
@@ -29,6 +29,6 @@ svg_ultralight/strings/__init__.py,sha256=iaRwr9AF9bPDkG3XvgGRSf8JPAS2GQ8ds9yCNp
|
|
|
29
29
|
svg_ultralight/strings/svg_strings.py,sha256=XlXQ5RqueGrROXBI4VzR2cK7e1NdNhYx5S84bgyqFUQ,3132
|
|
30
30
|
svg_ultralight/transformations.py,sha256=YyhehH0Hlui2U9t7hjwgHgRyHzUR7UCMSSo-G85J-bo,4784
|
|
31
31
|
svg_ultralight/unit_conversion.py,sha256=Y32GZ5TLkvjDHM2kBw52M8ZxDNlpVSlDkSdRa1S_X-A,8985
|
|
32
|
-
svg_ultralight-0.52.
|
|
33
|
-
svg_ultralight-0.52.
|
|
34
|
-
svg_ultralight-0.52.
|
|
32
|
+
svg_ultralight-0.52.1.dist-info/WHEEL,sha256=eh7sammvW2TypMMMGKgsM83HyA_3qQ5Lgg3ynoecH3M,79
|
|
33
|
+
svg_ultralight-0.52.1.dist-info/METADATA,sha256=HZfZfYDByPXr1IUnuTRSThw4fZdYPQJYrFKrrZvybvg,8691
|
|
34
|
+
svg_ultralight-0.52.1.dist-info/RECORD,,
|
|
File without changes
|