kozbot / kecb

Python program to generate industrial electrical symbol library.
MIT License
7 stars 3 forks source link

Transform already contains scale, why two separate arguments? #22

Closed kozbot closed 6 years ago

kozbot commented 6 years ago

Need to take a look at if there is any reason to have a second argument just for scale since it is in transform already. If we just always apply transform the conditional if transform is None sprinkled all over exporter can go. Transform should probably use it's own 'TRANSFORM_SCALE_DEFAULT' set to 'UNIT_SCALE' or something in case I want to change later. Default of 1 makes sense when debugging / creating symbols but probably not the best default for normal running.