2022-07-20 22:16:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 20 22:11:58 UTC 2022 - Mia Herkt <mia@0x0.st>
|
|
|
|
|
|
|
|
- Update to 1.5.1
|
|
|
|
* Fix float rounding error in elliptic arc radius check
|
|
|
|
(#gh/mathandy/svgpathtools#171)
|
|
|
|
|
2022-06-15 16:23:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 15 15:57:45 UTC 2022 - Mia Herkt <mia@0x0.st>
|
|
|
|
|
|
|
|
- Update to 1.5.0
|
|
|
|
* Fix implementation of points()
|
|
|
|
(#gh/mathandy/svgpathtools#155)
|
|
|
|
* Add support for rounded rectangles
|
|
|
|
(#gh/mathandy/svgpathtools#161)
|
|
|
|
* Fix Document.add_path for empty groups
|
|
|
|
(#gh/mathandy/svgpathtools#170)
|
|
|
|
* Allow file-like object as input to Documents ctor and
|
|
|
|
svg2paths function
|
|
|
|
* Add convenience functions for converting svgs contained in a
|
|
|
|
string to paths
|
|
|
|
|
2021-12-23 06:15:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 23 06:11:31 UTC 2021 - Mia Herkt <mia@0x0.st>
|
|
|
|
|
|
|
|
- Update to 1.4.4
|
|
|
|
* Fix issue with filenames with no directory causing error
|
|
|
|
- No notable changes in 1.4.3
|
|
|
|
- Changes in 1.4.2:
|
|
|
|
* Hashable Path objects, and more.
|
|
|
|
|
2021-02-13 08:13:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Feb 13 08:13:15 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- skip python 3.6 (scipy)
|
|
|
|
|
2020-12-16 04:51:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2020-07-24 06:13:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 23 14:19:06 UTC 2020 - Mia Herkt <mia@0x0.st>
|
|
|
|
|
|
|
|
- init, 1.3.3
|