Andrew Port
|
35aca0f609
|
fix F_STRINGS_AVAILABLE check
|
2022-07-09 18:31:16 -03:00 |
Andrew Port
|
64aa21684c
|
updated from master
|
2022-07-09 18:19:17 -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 |
Andrew Port
|
cf974fc136
|
Merge branch 'master' into preserve-order
|
2022-02-27 18:50:23 -08:00 |
chanicpanic
|
19df25b99b
|
Fix Document.add_path for empty groups (#170)
|
2022-02-27 18:48:50 -08:00 |
Andrew Port
|
e754279370
|
fix attribute dictionary list not being output correctly
|
2022-02-03 19:07:15 -08:00 |
Andrew Port
|
e30481de90
|
fix issue with plural names in include_dict
|
2022-02-03 18:59:37 -08:00 |
Andrew Port
|
35f3acc9fd
|
fix issue with path2pathd not working for minidom elements
|
2022-02-03 18:50:48 -08:00 |
Andrew Port
|
822c0e8635
|
fix issue with localName not being included in attribute dictionary
|
2022-02-03 18:43:50 -08:00 |
Andrew Port
|
dae3185ba9
|
aesthetic cleanup and create F_STRINGS_AVAILABLE bool
|
2022-02-03 18:22:45 -08:00 |
Andrew Port
|
f12746228f
|
Merge branch 'master' into preserve-order
|
2022-02-03 18:15:08 -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
|
163aeaf722
|
optimized order-preserving code from #165
|
2022-01-25 18:54:06 -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 |
Andrew Port
|
1b8caeec71
|
fix github action syntax
|
2021-11-09 20:35:58 -08:00 |
Andrew Port
|
002e691686
|
Publish now on any v* tag pushed to PyPI branch
|
2021-11-09 20:28:00 -08:00 |
Andrew Port
|
3576591e08
|
Publish now on any v* tag pushed to PyPI branch
|
2021-11-09 20:26:36 -08:00 |
Andrew Port
|
ca094feea9
|
Add 3.10 CI check and disable test_hash unittest for Windows Python 2 environments
|
2021-11-09 19:48:41 -08:00 |
Andrew Port
|
3a6711a5e7
|
add scipy to requirements file
|
2021-11-09 18:47:17 -08:00 |
Andrew Port
|
bbf75d0b5a
|
Remove deprecated 'requires' setuptools parameter
|
2021-11-09 18:45:31 -08:00 |
Andrew Port
|
5b9ee30544
|
now scipy is installed by default
|
2021-11-09 18:30:30 -08:00 |
Andrew Port
|
b35488efb0
|
fix path hash unit test
|
2021-11-01 18:05:39 -07:00 |