How to Install and Uninstall python-svg2rlg Package on openSUSE Leap

Last updated: July 05,2024

1. Install "python-svg2rlg" package

In this section, we are going to explain the necessary steps to install python-svg2rlg on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-svg2rlg

2. Uninstall "python-svg2rlg" package

In this section, we are going to explain the necessary steps to uninstall python-svg2rlg on openSUSE Leap:

$ sudo zypper remove python-svg2rlg

3. Information about the python-svg2rlg package on openSUSE Leap

Information for package python-svg2rlg:
---------------------------------------
Repository : Main Repository
Name : python-svg2rlg
Version : 0.3-bp153.1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 91,3 KiB
Installed : No
Status : not installed
Source package : python-svg2rlg-0.3-bp153.1.13.src
Summary : A library for importing SVG into reportlab
Description :
svg2rlg is a python tool to convert SVG files to reportlab graphics.
The tool can be used as a console application to convert SVG to PDF files.
Known problems ( AKA todo list):
Missing support for elliptical arcs in paths. It is belived to be possible to convert arcs to quadratic beziers.
Text handling is limited.
Style sheets not supported.
Note that some limitations are due to limitation in the reportlab graphics package:
No gradients
No text on path
No filling rules (only odd-even)
A wxpython tool is included in the distribution which does a side by side comparison to the SVG test suite. Presently most of the official SVG 1.1 test suite is prefect.