svgpathtoolss/svgpathtools
Grey f99f9d6bb3
Support flattening paths of only nested groups (#88)
* Fixed document.flatten_group(~) for nested groups and added a test

* Add space for PEP8 conformance

* Add documentation for document.get_group()

* Use group_search_xpath to be consistent and customizable

* Fix lexical mistake in comments

* Fix grammar mistake in comments
2020-06-19 18:59:47 -07:00
..
__init__.py Basic Svg_Io_Sax (#66) 2018-11-04 21:07:40 -08:00
bezier.py removed builtins imports 2017-02-28 23:34:29 -08:00
document.py Support flattening paths of only nested groups (#88) 2020-06-19 18:59:47 -07:00
misctools.py rgb2hex now allows lists as input 2018-06-10 14:41:27 -07:00
parser.py removed all np.matrix uses (deprecation) 2018-08-21 20:05:59 -07:00
path.py Fixed MutableSequence import (importing from collections is deprecated) (#100) 2020-06-19 18:52:09 -07:00
paths2svg.py Fix tuple assignment (#86) 2019-01-07 21:24:35 -08:00
polytools.py initial commit 2016-07-05 21:51:11 -07:00
smoothing.py removed builtins imports 2017-02-28 23:34:29 -08:00
svg_io_sax.py Basic Svg_Io_Sax (#66) 2018-11-04 21:07:40 -08:00
svg_to_paths.py Fixed crash in line2pathd() (#101) 2020-06-19 18:58:25 -07:00