svgpathtools/test
Sebastian Kuzminsky 6abda09d1c add a test loading arcs with negative scale
This test currently fails, fix in the following commit.

The test loads an svg with a group with a transform with "scale(1,-1)".
This situation can mess up arc sweeps, resulting in corrupted paths.
2023-05-05 00:38:49 -06: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
negative-scale.svg add a test loading arcs with negative scale 2023-05-05 00:38:49 -06: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 remove all wildcard imports 2023-02-03 19:46:23 -05:00
test_document.py remove all wildcard imports 2023-02-03 19:46:23 -05:00
test_generation.py remove all wildcard imports 2023-02-03 19:46:23 -05:00
test_groups.py add a test loading arcs with negative scale 2023-05-05 00:38:49 -06:00
test_parsing.py remove all wildcard imports 2023-02-03 19:46:23 -05:00
test_path.py add report of intersection count 2023-02-03 21:00:57 -05:00
test_polytools.py remove all wildcard imports 2023-02-03 19:46:23 -05:00
test_sax_groups.py remove all wildcard imports 2023-02-03 19:46:23 -05:00
test_svg2paths.py add test for issue 198 2023-04-01 15:26:22 -04:00
transforms.svg Basic Svg_Io_Sax (#66) 2018-11-04 21:07:40 -08:00