svgpathtoolss/test
Sebastian Kuzminsky b37e74f5f3 Update Path.area to work with Arc segments (#65)
* add some tests of Path.area()

These tests currently fail because area() doesn't deal with Arc segments.
Fix in the following commit.

* make Path.area() approximate arcs

Fixes #37.

* Path.area(): fixup tabs/spaces for python3

* added asin to imports

* added asin to imports

* minor improvements to style, performance, and docstring
2018-11-04 21:40:56 -08: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 aesthetic cleanup 2018-08-21 20:54:02 -07:00
test_parsing.py aesthetic cleanup 2018-08-21 20:54:02 -07:00
test_path.py Update Path.area to work with Arc segments (#65) 2018-11-04 21:40:56 -08: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