How to Install and Uninstall python3-svgelements Package on Kali Linux

Last updated: May 21,2024

1. Install "python3-svgelements" package

In this section, we are going to explain the necessary steps to install python3-svgelements on Kali Linux

$ sudo apt update $ sudo apt install python3-svgelements

2. Uninstall "python3-svgelements" package

Learn how to uninstall python3-svgelements on Kali Linux:

$ sudo apt remove python3-svgelements $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-svgelements package on Kali Linux

Package: python3-svgelements
Source: python-svgelements
Version: 1.7.2-2
Installed-Size: 364
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 62684
SHA256: 73dfb78b331b9defe3d049d6a706be68b7a97c272a489b224ef1520d11607a4a
SHA1: 34a52b6f88d297e5936ab28ecad7335f385c2c77
MD5sum: 6b994c52a27d22cb6b38291c629168f4
Description: high fidelity SVG parsing and geometric rendering Python library
The goal is to successfully and correctly process SVG for use with any scripts
that may need or want to use SVG files as geometric data.
.
This is both facilitated by, and results in, very useful elements within the
SVG spec: Path, Matrix, Angle, Length, Color, Point and other SVG and CSS
Elements. The SVG spec defines a variety of elements which generally
interoperate. In order to have a robust experience with SVGs one must be able
to correctly deal with the parsing and interactions of these elements.
.
This project began as part of meerK40t which does SVG loading of files for
laser cutting. It attempts to more fully map out the SVG specification,
objects, and paths, while remaining easy to use and largely backwards
compatible. These elements are quite useful in their own right. For example,
the zooming and panning within meerK40t is done using the SVG matrix which
more robust than the wxPython one. Internal console commands within meerK40t
allows specifying robustly parsed angles of rotation, colors of objects, and
naively uses the Path() and SVGImage objects. The ability to have these
robustly manipulated with affine transformations provides considerable
utility. There is significant utility in the interactions between these
objects, however if one just want to robustly parse some SVG and convert the
data to their own structures that is entirely reasonable.
.
Without robust SVG parsing one'll find repeated edge cases of some svg files
that do not parse correctly. svgelements aims to avoid those pitfalls with
robust adherence to the SVG spec.
Description-md5:
Homepage: https://github.com/meerk40t/svgelements
Section: python
Priority: optional
Filename: pool/main/p/python-svgelements/python3-svgelements_1.7.2-2_all.deb