Draft: increase DXF Python library version to 1.42

See: https://github.com/yorikvanhavre/Draft-dxf-importer/pull/28
This commit is contained in:
Roy-043
2023-12-11 12:40:47 +01:00
parent 4262da5fc1
commit 4ed43a2458

View File

@@ -48,7 +48,7 @@ texts, colors,layers (from groups)
# scaling factor between autocad font sizes and coin font sizes
TEXTSCALING = 1.35
# the minimum version of the dxfLibrary needed to run
CURRENTDXFLIB = 1.41
CURRENTDXFLIB = 1.42
import sys
import os