Michael X. Grey
|
a3649bc51e
|
Merging with latest upstream ElementTree branch
|
2018-05-29 12:34:08 +08:00 |
Dmitry_Milk
|
321e097a4e
|
polygon/polyline parsing tests added
|
2018-05-27 12:34:12 +03:00 |
Michael X. Grey
|
ff96a37d16
|
Add a test for <path> elements that contain a 'transform' attribute
|
2018-05-25 16:50:40 +08:00 |
Michael X. Grey
|
a6ceec4f0d
|
Return a reference to an element instead of a copied dictionary of attributes
|
2018-05-25 16:42:36 +08:00 |
Michael X. Grey
|
b547969846
|
Create a unit test for parsing SVG groups
|
2018-05-24 19:40:41 +08:00 |
Michael X. Grey
|
1c8ca10f73
|
Print out some paths to see that they're sane
|
2018-05-10 17:06:16 -07:00 |
Michael X. Grey
|
a29b392234
|
Debugging xml namespace behavior -- needs improvement
|
2018-05-10 16:45:41 -07:00 |
Michael X. Grey
|
3512f86968
|
Beginning to write tests for groups
|
2018-05-09 17:39:54 -07:00 |
Sebastian Kuzminsky
|
cc4573ffc7
|
add a failing Line.intersect(Line) test
I introduced this bug recently, sorry! The bug is fixed in the following
commit.
|
2018-01-20 20:45:47 -07:00 |
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 |
Anders Granskogen Bjørnstad
|
316dc8bfe9
|
test_parsing.py: Add test_roundoff example
This test currently fails due to math.acos(1.0000000000001) raising a
ValueError.
|
2017-11-10 13:43:39 +01:00 |
Andy
|
e8367d463a
|
added svg (planning to make unittest in future)
TODO: create unittest for rect element support
|
2017-04-26 02:21:43 -07:00 |
Juan Pablo Contreras
|
2a24cf640d
|
Added functionality to process both circles and ellipses.
Added tests related to the functionality.
|
2017-04-07 09:44:04 +02: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
|
9423f5fdc3
|
fixed svg2path parsing of svg-polygon elements with redundant closure points
|
2017-03-16 01:58:48 -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
|
f697a91190
|
fixed higher order Bezier to polynomial conversion
|
2017-02-28 20:41:35 -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 |