[dxf] improve dxf path-to-polygon loading

This commit is contained in:
Jan Petykiewicz 2026-09-14 22:03:01 -07:00
commit 6fee234a7e
3 changed files with 427 additions and 79 deletions

View file

@ -69,7 +69,7 @@ path = "masque/__init__.py"
[project.optional-dependencies]
arrow = ["pyarrow", "cffi"]
oasis = ["fatamorgana~=0.11"]
dxf = ["ezdxf~=1.4"]
dxf = ["ezdxf~=1.4", "pyclipper"]
svg = ["svgwrite"]
visualize = ["matplotlib"]
text = ["matplotlib", "freetype-py"]