Commit Graph

5 Commits

Author SHA256 Message Date
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=30
2023-09-06 10:13:30 +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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=27
2023-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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=23
2023-03-14 22:34:10 +00:00
ce994b4561 Accepting request 911820 from home:glaubitz:branches:devel:languages:python
- Update to version 2.5.2
  * Fix marker path scale

OBS-URL: https://build.opensuse.org/request/show/911820
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=22
2021-08-12 13:51:29 +00:00
844abfbe9d Accepting request 862141 from home:andythe_great:branches:devel:languages:python
- Update to version 2.5.1.
  * Security fix: When processing SVG files, CairoSVG was using two
    regular expressions which are vulnerable to Regular Expression 
    Denial of Service (REDoS). If an attacker provided a malicious 
    SVG, it could make CairoSVG get stuck processing the file for a 
    very long time.
  * Fix marker positions for unclosed paths
  * Follow hint when only output_width or output_height is set
  * Handle opacity on raster images
  * Don’t crash when use tags reference unknown tags
  * Take care of the next letter when A/a is replaced by l
  * Fix misalignment in node.vertices
- Updates for version 2.5.0.
  * Drop support of Python 3.5, add support of Python 3.9.
  * Add EPS export
  * Add background-color, negate-colors, and invert-images options
  * Improve support for font weights
  * Fix opacity of patterns and gradients
  * Support auto-start-reverse value for orient
  * Draw images contained in defs
  * Add Exif transposition support
  * Handle dominant-baseline
  * Support transform-origin
- Add _service file to fetch required submodule.

OBS-URL: https://build.opensuse.org/request/show/862141
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=20
2021-01-11 20:39:14 +00:00