- started work in HPGL2 parser

This commit is contained in:
Marius Stanciu
2019-12-11 14:32:01 +02:00
parent 2e0c07381a
commit a664f21dc1
3 changed files with 1254 additions and 1 deletions

View File

@@ -459,7 +459,7 @@ class Geometry(object):
defaults = {
"units": 'in',
"geo_steps_per_circle": 128
"geo_steps_per_circle": 64
}
def __init__(self, geo_steps_per_circle=None):