alphanoob1337
ddc3e6c7b1
Made fork of svg2paths.py up to date.
2017-05-17 17:46:25 +02:00
alphanoob1337
ecdade1be3
PEP8 and fix in unittest
2017-05-17 12:26:38 +02:00
alphanoob1337
77cab1e819
Limited line length to 79 characters. Also updated to current version of master branch in svgpathtools.
2017-04-24 20:30:10 +02:00
alphanoob1337
fb49d5b752
List of transformations in transform attribute are now parsed correctly.
2017-04-10 09:19:14 +02:00
alphanoob1337
3a2cd2c7a0
Unit test added for transformations.
...
Transformation bugs fixed.
2017-04-09 16:13:15 +02:00
alphanoob1337
8542afb77c
Made code follow PEP8
2017-04-09 10:53:04 +02:00
alphanoob1337
dcf8203a42
Fixed #16
...
Groups are now taken into account during parsing and transform attributes of groups are applied to the paths before they are returned.
2017-04-07 02:03:24 +02:00
Andy
7be111bba8
fix new README example whitespace
2017-03-30 03:06:36 -07:00
Andy
3ad65aa3c5
added example to README plus minor changed
...
example regarding computing many points quickly with numpy arrays
2017-03-30 02:55:40 -07:00
Andy
dcd4896fd6
added "examples" folder
2017-03-30 02:22:23 -07:00
Andy
385dbb7196
cleanup
...
removed commented-out “pathless_svg” functionality
2017-03-30 01:57:23 -07: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
b019e30efd
rebuild for 1.3.1 release
...
note: 1.3 was never published (contained builtins imports)
2017-02-28 23:41:38 -08:00
Andy
6921c147cd
build for 1.3 release
2017-02-28 23:38:19 -08:00
Andy
1655b77d15
removed builtins imports
2017-02-28 23:34:29 -08:00
Andy
465e96f8c8
for PyPI v1.3 update
2017-02-28 23:11:46 -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 Port
bfe601da99
Merge pull request #10 from Canule/patch-1
...
smoothing.py - xrange
2017-02-26 15:10:30 -08:00
Canule
70b03ad233
xrange
2017-02-26 23:42:13 +01:00
Andy
e2555b8d80
prepare 1.2.6 distribution for PyPI
2017-02-20 23:05:31 -08:00
Andy
46e141ad0a
update version number
2017-02-20 23:02:09 -08:00
Andy
19841906f7
added some unittests for the .intersect() methods
2017-02-20 22:57:59 -08:00
Andy
d38485d69c
minor bezier_intersections() docstring fix
2017-02-20 22:33:35 -08:00
Andy
a154796576
changes related to arcs and intersections
...
-fixed quadratic/Arc intersections
-changed assertion that an arc's radii are positive to non-zero
-improved Arc.intersect() docstring to further explain partial
implementation
2017-02-20 22:10:16 -08:00
Andy
a81af16d89
improved Arc docstring and added positive radii assertion to Arc
2017-02-20 20:11:54 -08:00
Andy
c219d1e671
improved Arc class docstring
2017-02-20 19:46:16 -08:00
Andy
058b23585f
fixed bug (issue #9 ) where line.intersect(curve) results are reversed
2017-02-20 19:21:07 -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
1622d01d05
add note that `svg_attributes={'debug': False}` increases `disvg`/`wsvg` speed considerably.
2017-02-05 23:18:23 -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
Andy
a42484f6ac
Update version/tag for PyPI
2016-10-28 20:53:47 -07:00
Andy Port
9b59183409
Merge pull request #5 from remi-pr/master
...
Fixed the rotated method of all objects
2016-10-28 20:31:51 -07:00
remi-pr
3575fec9af
Fixed the rotated method of all objects
...
The rotated method of all objects was not using the origin argument but always self.point(0.5) even though it is all correctly handled in the rotate function they are all calling
2016-10-28 15:11:31 +02:00
Andy
c159e5b0e7
tar update
2016-10-16 00:44:42 -07:00
Andy
223b6b83a5
add Python 3 warning
2016-10-16 00:40:01 -07:00
Andy
6be04c6750
Fix python 3 incompatibility with Path.intersect() method
2016-10-16 00:20:52 -07:00
Andy
7ee94e9eef
Display name of Primer instead of address in link in credits
2016-10-15 23:00:29 -07:00
Andy
4710ee93e4
change version number 1.2.1 -> 1.2.2
2016-10-15 22:36:13 -07:00
Andy Port
a69d9f71b7
Merge pull request #4 from derVedro/issue-1
...
check for necessity of line on closing command
2016-10-09 14:59:48 -07:00
derVedro
f782b628ff
check for necessity of line on closing command
2016-10-09 07:45:42 +02:00
Andy
cd925078f7
added classifiers
2016-10-05 16:53:28 -07:00
Andy
79f2ee6ca5
Added credit to pomax
2016-10-05 15:33:05 -07:00
Andy
d56422d9f7
added keywords to setup.py
2016-07-23 17:29:22 -07:00
Andy
8734cbafb2
changed version number
2016-07-23 17:18:08 -07:00
Andy
a6719c56c5
fixed __init__.py
2016-07-23 17:15:22 -07:00
Andy
849ad17088
add polyroots01 to __init__.py
2016-07-22 18:44:34 -07:00