9e7b3781a0
- Switch to autosetup and pyproject macros. - Add patch use-underscore-in-setup.cfg.patch: * Use 'console_scripts' in setup.cfg. - No more greedy globs in %files.
Steve Kowalik2025-04-02 03:01:31 +00:00
4fecdcb105
Accepting request 1109250 from devel:languages:python
Ana Guerrero2023-09-10 11:09:13 +00:00
3d2fea72d7
- Add bug number to version 2.5.1 (bsc#1180648, CVE-2021-21236)
Daniel Garcia2023-09-06 10:44:31 +00:00
feb4308616
- Update to 2.7.1: * Don't draw clipPath when defined after reference * Handle evenodd fill rule with gradients and patterns * Fix ratio and clip for "image" tags with no size * Handle data-URLs in safe mode * Use f-strings
Daniel Garcia2023-09-06 10:13:30 +00:00
01415f11a6
- Update to 2.7.0 (bsc#1209538, CVE-2023-27586) in changes
Daniel Garcia2023-09-06 09:37:21 +00:00
342d245e34
- Update to 2.7.0: WARNING: this is a security update. When processing SVG files, CairoSVG could access other files online, possibly leading to very long renderings or other security problems. This feature is now disabled by default. External resources can still be accessed using the "unsafe" or the "url_fetcher" parameter.
Daniel Garcia2023-05-09 06:34:58 +00:00
4581e6ecb2
- update to 2.6.0: * Drop support of Python 3.5 and 3.6, add support of Python 3.9, 3.10 and 3.11 * Support crispEdges value for text antialiasing * Don’t crash when including CMYK images * Only update docstrings when not optimized * Don’t restore current point after empty paths * Assume that 1ch equals 0.5em * Fix various deprecation warnings
Dirk Mueller2023-03-14 22:34:10 +00:00
3cea8f0a1f
Accepting request 911829 from devel:languages:python
Richard Brown
2021-08-16 08:08:35 +00:00
ce994b4561
Accepting request 911820 from home:glaubitz:branches:devel:languages:python
Matej Cepl2021-08-12 13:51:29 +00:00
89873fa350
- Update to 2.4.1: * Fix the scale parameter * Allow href attributes with no namespace * Fix the tree root detection
Tomáš Chvátal
2019-09-09 09:18:09 +00:00
07c1ecf199
- Update to 2.4.0: * Fix aspect and position when resizing root SVG tag * Follow aspect and position hints when using forced output size
Tomáš Chvátal
2019-06-04 13:55:32 +00:00
ac9e3412a4
- Update to 2.3.0: * Drop Python 3.4 support * Make text selectable on generated PDF files * Don't inherit dx and dy attributes * Fix support of alignment-baseline="hanging" * Fix backslashes in docstrings and comments * Fix local anchors with files with no given URL * Close VERSION's file descriptor * Fix T commands used with previous relative commands in paths * Use real functions for svg2* commands, improving IDE integration * Handle image-rendering property * Fix crash with some text samples * Fix position of embedded svg tags with a viewbox not at position (0, 0) * Add output-width and output-height options * Handle references to inner document tags defined after the anchor * Fix offsets for texts on paths - Run tests manualy reducing the test dependencies a bit
Tomáš Chvátal
2019-02-13 14:58:11 +00:00