Sebastian Kuzminsky
|
de600f9b91
|
rename test to make room for more
|
2018-01-20 20:36:06 -07:00 |
Sebastian Kuzminsky
|
847b270bc2
|
add a failing Line.intersect(Line) test
These two lines are parallel but do not intersect. Line.intersect()
finds an incorrect intersection.
|
2018-01-06 23:05:55 -07:00 |
Andy
|
bf95944c49
|
moved test for checking if `Arc()` throws `acos` domain error due to numerical error
|
2017-12-26 00:57:48 -05:00 |
Andy
|
60d67923b6
|
fix issue#15 Path.cropped() bug, and more
-also fixed <path>.cropped(1, 0) bug (now raises AssertionError)
-also now Path.cropped() raises AssertionError if given negative values
|
2017-03-30 01:38:27 -07:00 |
Andy
|
4ec69a4cff
|
remove empty `pathtools.py` and move tests from `test_pathtools.py` to `test_path.py`
|
2017-03-24 00:18:22 -07:00 |
Andy
|
1655b77d15
|
removed builtins imports
|
2017-02-28 23:34:29 -08:00 |
Andy
|
8815ddcd52
|
futurized for Python 3 compatibility
and some other minor changes of no effect
|
2017-02-28 23:04:37 -08:00 |
Andy
|
0cf57d4276
|
label swap/fix -- no effect
|
2017-02-28 18:29:19 -08:00 |
Andy
|
19841906f7
|
added some unittests for the .intersect() methods
|
2017-02-20 22:57:59 -08:00 |
Andy
|
fcdb61c39e
|
minor change to in-line comments
Note only is this true of tests left from svg.path but also those
written by me.
|
2017-02-20 17:21:53 -08:00 |
Andy
|
08e8dc71ff
|
improve distribution to PyPI
Now svg files, readme, unit tests, and license included in PyPI dis
|
2016-10-29 00:35:51 -07:00 |