aesthetic cleanup

pull/63/head
Andy Port 2018-08-21 21:10:27 -07:00
parent 7ebc56a831
commit 0955278f73
1 changed files with 4 additions and 8 deletions

View File

@ -147,12 +147,8 @@ def flatten_all_paths(group, group_filter=lambda x: True,
return paths
def flatten_group(
group_to_flatten,
root,
recursive=True,
group_filter=lambda x: True,
path_filter=lambda x: True,
def flatten_group(group_to_flatten, root, recursive=True,
group_filter=lambda x: True, path_filter=lambda x: True,
path_conversions=CONVERSIONS,
group_search_xpath=SVG_GROUP_TAG):
"""Flatten all the paths in a specific group.