svgpathtools/test
Sebastian Kuzminsky 685f9a6eaf
fix Arc/Arc intersections (#110)
* add some failing Arc.intersect(Arc) tests

* implementing Arc.intersect(Arc)

This commit adds special handling in Arc.intersect() when the other
segment is an Arc, and when both segments are circular and non-rotated.

This particular case is common, and quick and easy to solve algebraically.

This commit fixes the failing tests added in the previous commit.
2020-06-19 19:40:38 -07:00
..
__init__.py improve distribution to PyPI 2016-10-29 00:35:51 -07:00
circle.svg Added functionality to process both circles and ellipses. 2017-04-07 09:44:04 +02:00
display_temp.svg Basic Svg_Io_Sax (#66) 2018-11-04 21:07:40 -08:00
ellipse.svg Added functionality to process both circles and ellipses. 2017-04-07 09:44:04 +02:00
groups.svg Basic Svg_Io_Sax (#66) 2018-11-04 21:07:40 -08:00
polygons.svg polygon/polyline parsing tests added 2018-05-27 12:34:12 +03:00
rects.svg added svg (planning to make unittest in future) 2017-04-26 02:21:43 -07:00
test.svg improve distribution to PyPI 2016-10-29 00:35:51 -07:00
test_bezier.py removed builtins imports 2017-02-28 23:34:29 -08:00
test_generation.py removed builtins imports 2017-02-28 23:34:29 -08:00
test_groups.py Support flattening paths of only nested groups (#88) 2020-06-19 18:59:47 -07:00
test_parsing.py aesthetic cleanup 2018-08-21 20:54:02 -07:00
test_path.py fix Arc/Arc intersections (#110) 2020-06-19 19:40:38 -07:00
test_polytools.py improve distribution to PyPI 2016-10-29 00:35:51 -07:00
test_sax_groups.py Basic Svg_Io_Sax (#66) 2018-11-04 21:07:40 -08:00
test_svg2paths.py polygon/polyline parsing tests added 2018-05-27 12:34:12 +03:00
transforms.svg Basic Svg_Io_Sax (#66) 2018-11-04 21:07:40 -08:00