Replies: 4 comments 1 reply
-
Thank you for you contribution, but... 😉 This solution solves this special problem, but does not work for all combinations of boundary paths. This is the included example DXF The Not perfect but usable This is the ahh ... nothing So there is much work and time to invest to get this solution working for general cases, which I will not do because I am happy with the current state. Perfect rendering of DXF files was never a goal of this project! To emphasize it again: |
Beta Was this translation helpful? Give feedback.
-
https://github.com/mozman/ezdxf/files/6605558/test_hatch.zip
The issue dxf file is test_hatch.zip from issue 454.
The mainly problem is that the holes is not fully inside external paths.
I found that clipper library can fix this problem.
Below is the very draft code
Beta Was this translation helpful? Give feedback.
All reactions