Andrew Port
|
4f5d8f3bf2
|
fix issue-198; circles parsing to non-closed paths
|
2023-04-01 15:30:04 -04:00 |
Andrew Port
|
c4d98afc68
|
add test for issue 198
|
2023-04-01 15:26:22 -04:00 |
Andrew Port
|
9c69e45d6e
|
add python==3.11 to setup.py
|
2023-02-13 18:15:36 -05:00 |
Andrew Port
|
dc2f6e90cc
|
remove broken build shield
|
2023-02-13 18:13:32 -05:00 |
Andrew Port
|
96676b7697
|
increment version number
|
2023-02-13 17:46:17 -05:00 |
Andrew Port
|
2a1cb735e9
|
Merge pull request #191 from tatarize/fastfail-intersection
Fastfail Intersection
|
2023-02-03 18:06:56 -08:00 |
Andrew Port
|
3eb21161cf
|
add report of intersection count
|
2023-02-03 21:00:57 -05:00 |
Andrew Port
|
31b6f3dd90
|
Merge branch 'master' into fastfail-intersection
|
2023-02-03 20:49:49 -05:00 |
Andrew Port
|
d9515ea399
|
remove all wildcard imports
|
2023-02-03 19:46:23 -05:00 |
Andrew Port
|
944ccf5e89
|
create new yaml for legacy system tests
|
2023-02-03 18:45:50 -05:00 |
Tatarize
|
b6e5a623ea
|
Add random intersections test
|
2022-12-04 00:59:40 -08:00 |
Tatarize
|
4c6abc5820
|
Add quick fails to paths
|
2022-12-04 00:59:15 -08:00 |
Andrew Port
|
b8dfb6770a
|
correct descriptive action name
|
2022-07-10 22:38:14 -03:00 |
Andrew Port
|
0e17702d04
|
update version to 1.5.1
|
2022-07-10 22:19:50 -03:00 |
Andrew Port
|
8df19f1c12
|
fixed issue 171
|
2022-07-09 19:49:12 -03:00 |
Andrew Port
|
9ac7f62515
|
cleanup long comment
|
2022-07-09 19:38:28 -03:00 |
Andrew Port
|
d8a6e5e509
|
delete unused line
|
2022-07-09 19:30:40 -03:00 |
Andrew Port
|
73c887a8a3
|
rename as name already used by outside function
|
2022-07-09 19:28:42 -03:00 |
Andrew Port
|
f7e074339d
|
update version to 1.5.0 (now that string/file-like objects are handled)
|
2022-06-05 22:27:22 -07:00 |
Andrew Port
|
d9f5a2a781
|
Merge branch 'master' into PyPI
|
2022-06-05 22:22:18 -07:00 |
Andrew Port
|
740e2bf991
|
Merge branch 'master' into PyPI
|
2022-06-05 22:21:36 -07:00 |
Andrew Port
|
8cbe6f0f81
|
minor docstring change
|
2022-06-05 22:19:26 -07:00 |
Andrew Port
|
b82530aaac
|
minor fix to docstring formatting
|
2022-06-05 21:49:21 -07:00 |
Andrew Port
|
e8792f4d2d
|
add support for os.PathLike arguments
|
2022-06-05 21:47:37 -07:00 |
Andrew Port
|
d3a66f0bbd
|
skip pathlib support for python < 3.6
|
2022-06-05 21:17:28 -07:00 |
Andrew Port
|
356d86df78
|
restore support for PosixPath inputs for Document
|
2022-06-05 21:00:42 -07:00 |
Andrew Port
|
a989c9831d
|
Merge pull request #176 from FlyingSamson/read-svg-from-file-like-obj
Support reading of SVGs from strings and file-like objects
|
2022-06-05 20:12:19 -07:00 |
FlyingSamson
|
07f46d41f8
|
Rename svg_string2paths to svgstr2paths
|
2022-05-25 19:24:50 +02:00 |
FlyingSamson
|
2fc016d48f
|
Make factory method a classmethod
|
2022-05-25 17:58:14 +02:00 |
FlyingSamson
|
aacd5fa96d
|
Remove second version of function returning the svg_attributes by default
|
2022-05-25 17:57:22 +02:00 |
FlyingSamson
|
db5200f460
|
Switch back to previous function parameter names
|
2022-05-25 17:39:10 +02:00 |
FlyingSamson
|
a473ee3f4c
|
Remove unnecessary seek commands
|
2022-05-24 18:15:52 +02:00 |
FlyingSamson
|
02a223c220
|
Fix fileio for test compatibility with python2.7
|
2022-05-22 17:02:51 +02:00 |
FlyingSamson
|
68e0d1f30d
|
Fix tests for old python versions not supporting type hints
|
2022-05-22 15:51:03 +02:00 |
FlyingSamson
|
a743e0293c
|
Add tests for creating from file location, file, StringIO, and string
|
2022-05-22 15:46:56 +02:00 |
FlyingSamson
|
1771fbfb06
|
Add factory method for creating from string holding svg object
|
2022-05-22 15:30:48 +02:00 |
FlyingSamson
|
33f4639bbf
|
Add tests for functions taking svg objects as string
|
2022-05-22 14:51:16 +02:00 |
FlyingSamson
|
50b335f3da
|
Add convenience functions for converting svgs contained in a string to paths
|
2022-05-22 14:37:27 +02:00 |
FlyingSamson
|
ccdd10212c
|
Add unit tests for reading from different sources in svg2paths
|
2022-05-22 13:32:09 +02:00 |
FlyingSamson
|
ce43c75cd8
|
Allow file-like object as input to Documents ctor and svg2paths function
|
2022-05-22 13:09:13 +02:00 |
chanicpanic
|
19df25b99b
|
Fix Document.add_path for empty groups (#170)
|
2022-02-27 18:48:50 -08:00 |
Andrew Port
|
c84c897bf2
|
aesthetic cleanup
|
2022-02-03 18:11:55 -08:00 |
Andrew Port
|
ac138b8e5d
|
aesthetic cleanup
|
2022-02-03 18:10:00 -08:00 |
Andrew Port
|
2dc06df20f
|
rounded rect now parsed properly if only rx or only ry is included
|
2022-02-03 18:09:09 -08:00 |
Andrew Port
|
72fa3dcf17
|
Merge branch 'master' of github.com:mathandy/svgpathtools
|
2022-01-25 17:45:24 -08:00 |
Catherine Holloway
|
6c655ad220
|
add support for rounded rectangles (#161)
|
2022-01-25 17:23:04 -08:00 |
Andrew Port
|
5037fac574
|
fix issue with filenames with no directory causing error
|
2021-11-26 18:34:58 -08:00 |
Andrew Port
|
abd99f0846
|
fix issue with filenames with no directory causing error
|
2021-11-26 18:31:38 -08:00 |
Andrew Port
|
d1421d6286
|
fix issue with filenames with no directory causing error
|
2021-11-26 18:23:07 -08:00 |
Andrew Port
|
8ad7458b31
|
fix github action syntax for publishing to PyPI
|
2021-11-09 20:45:13 -08:00 |