Svgelements

Latest version: v1.9.6

Safety actively analyzes 629855 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 13

1.6.1

Not secure
If the slope is like 1e-15 close to zero it can cause the calculated center to move a bit.

1.6.0

Not secure
SVGImage and SVGText were renamed with strong backwards compatible assignments to Image and Text.
The potential for that to break compatibility is the reason for the this goes to 1.6.0 rather than 1.5.7. No testing found any breaks. If you `import *` the existence of `svgelements.Image` could mess with PIL namespaces. If you import correctly this should not be an issue.

The rest of this version is `__repr__` corrections for the minor objects and coverage for those.

1.5.5

Not secure
Correct `repr()` values
Added a few `__eq__()` functions.
Correct degenerate width-less Rect.

1.5.4

Not secure
* Fallback if scipy failed for any reason (it's not a requirement, but having it makes some math easier).
* Interpolate Arcs As Cubics and Quads failed for degenerate Arcs.
* Fixed `rect` of unknown size with unknown rounded corners would valueError on the length math without the conversions being known.
* Shapes have `._strict` value set to True. Could permit some non-spec behaviors in the future.
* Rect allows for non-strict inverted rounded rectangle corners to imply scooped corners.
* Corrected Issue 114.

1.5.3

Not secure
* Correct Attributes-id bug in parsing end (could cause crashes during parsing)
* Add `attributes` to .values, was otherwise unable to see what values that node originally had without cascading if a looking for a custom value.
* Add Color.distinct() Allows simple color distinction algorithm.
* Fixed kwargs 'alpha' bug. Weirdly, set the blue value.

1.5.2

Not secure
A copy of SVGText object or a copy of a Group object didn't call the SVGElement defines to set the value of .values and .id instead leaving these with None value.

Page 6 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.