auto detection closed paths in the collection of DXF arc object and line object, then fill these closed path

This commit is contained in:
opiopan 2019-03-31 13:30:15 +09:00
parent fcd704e1ee
commit 900d992fa3
17 changed files with 345 additions and 14744 deletions

View file

@ -14,7 +14,7 @@ def read(fname):
METADATA = {
'name': 'pcb-tools-extension',
'version': "0.1.1",
'version': "0.1.2",
'author': 'Hiroshi Murayama <opiopan@gmail.com>',
'author_email': "opiopan@gmail.com",
'description': ("Extension for pcb-tools package to panelize gerber files"),