svgpathtoolss/svgpathtools
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 Basic Svg_Io_Sax (#66) 2018-11-04 21:07:40 -08:00
bezier.py removed builtins imports 2017-02-28 23:34:29 -08:00
document.py save() now requires filename 2018-08-21 21:27:29 -07:00
misctools.py rgb2hex now allows lists as input 2018-06-10 14:41:27 -07:00
parser.py removed all np.matrix uses (deprecation) 2018-08-21 20:05:59 -07:00
path.py Update Path.area to work with Arc segments (#65) 2018-11-04 21:40:56 -08:00
paths2svg.py added paths2Drawing functionality 2018-10-18 21:27:04 -07:00
polytools.py initial commit 2016-07-05 21:51:11 -07:00
smoothing.py removed builtins imports 2017-02-28 23:34:29 -08:00
svg_io_sax.py Basic Svg_Io_Sax (#66) 2018-11-04 21:07:40 -08:00
svg_to_paths.py Flattening SVG groups and handling transforms (#55) 2018-08-21 18:00:29 -07:00