forked from pool/python-svgpathtools
- Update to 1.4.1
* Added clipping to work around floating point error in Arc._parameterize * Support flattening SVG groups and handling transforms * save() now requires filename * Better implementation of Arc.intersect(Line) * Fixed issue with viewbox being written as tuple * Added paths2Drawing functionality * Update Path.area to work with Arc segments * When cx and cy attributes are not defined either in ellipse or circle tag, consider both to be 0 * Fix Arc.sweep when transform scale flips it around * Relative path support * Fixed crash in line2paths() * Support flattening paths of only nested groups * Add Path.is_contained_by() to check if one path is inside another * Fix Arc/Arch intersections * Add Path.attributes and Path.meta attributes * Fix polyline and polygon conversion * Document now stores element and transform in path * Renamed Document.flatten_all_paths to flattened_paths * Added vectorized points() method for bezier segments * Sped up randialrange for Line objects * Fix paths-data-12-t.svg from the SVG 1.1 test suite OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-svgpathtools?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 16 04:22:58 UTC 2020 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
- Update to 1.4.1
|
||||
* Added clipping to work around floating point error in
|
||||
Arc._parameterize
|
||||
* Support flattening SVG groups and handling transforms
|
||||
* save() now requires filename
|
||||
* Better implementation of Arc.intersect(Line)
|
||||
* Fixed issue with viewbox being written as tuple
|
||||
* Added paths2Drawing functionality
|
||||
* Update Path.area to work with Arc segments
|
||||
* When cx and cy attributes are not defined either in ellipse
|
||||
or circle tag, consider both to be 0
|
||||
* Fix Arc.sweep when transform scale flips it around
|
||||
* Relative path support
|
||||
* Fixed crash in line2paths()
|
||||
* Support flattening paths of only nested groups
|
||||
* Add Path.is_contained_by() to check if one path is inside
|
||||
another
|
||||
* Fix Arc/Arch intersections
|
||||
* Add Path.attributes and Path.meta attributes
|
||||
* Fix polyline and polygon conversion
|
||||
* Document now stores element and transform in path
|
||||
* Renamed Document.flatten_all_paths to flattened_paths
|
||||
* Added vectorized points() method for bezier segments
|
||||
* Sped up randialrange for Line objects
|
||||
* Fix paths-data-12-t.svg from the SVG 1.1 test suite
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 23 14:19:06 UTC 2020 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-svgpathtools
|
||||
Version: 1.3.3
|
||||
Version: 1.4.1
|
||||
Release: 0
|
||||
Summary: Tools for manipulating and analyzing SVG Path objects and Bézier curves
|
||||
License: MIT
|
||||
@@ -57,7 +57,7 @@ analyzing SVG Path objects and Bézier curves.
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.txt LICENSE2.txt
|
||||
%doc README.rst
|
||||
%doc README.md
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4b3784ae41b725fbce6a33a8981210967b16d0b557cb5d98c0ed0c81f0f89b9
|
||||
size 2100979
|
3
svgpathtools-1.4.1.tar.gz
Normal file
3
svgpathtools-1.4.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7aaba07923ad85b6628301e92e5e72fd0d0a5057620e1423509b3a0b609b7485
|
||||
size 2123815
|
Reference in New Issue
Block a user