vagran / dxf-viewer

DXF 2D viewer written in JavaScript
Mozilla Public License 2.0
295 stars 87 forks source link

[#36] Implement hatching for entire area (union) #39

Closed dotoritos-kim closed 1 year ago

dotoritos-kim commented 1 year ago

Math research should be continued to get solution also for Hatch style 2 (Hatch through entire area) mentioned above. We need to calculate polyline for union of several overallapping boundaries.

Implementation of this

Also I fixed my VSCode formatter's tab problem, so tabs of this PR should be 4 if I did right. Sorry for the inconvenience.