14
0

- Update to 1.6.1

* Fix circles parsing to non-closed paths
    #gh/mathandy/svgpathtools#198
  * path.transform: Arc sweep is reversed by negative scale
    #gh/mathandy/svgpathtools#200
  * return error if Path.point() cannot be computed

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-svgpathtools?expand=0&rev=17
This commit is contained in:
2023-05-21 12:41:27 +00:00
committed by Git OBS Bridge
parent cf9841bb3b
commit f78e2e0ee9
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun May 21 12:16:43 UTC 2023 - Mia Herkt <mia@0x0.st>
- Update to 1.6.1
* Fix circles parsing to non-closed paths
#gh/mathandy/svgpathtools#198
* path.transform: Arc sweep is reversed by negative scale
#gh/mathandy/svgpathtools#200
* return error if Path.point() cannot be computed
-------------------------------------------------------------------
Tue Feb 21 09:51:58 UTC 2023 - Mia Herkt <mia@0x0.st>