PedestrianDynamics / PedPy

Analysis of pedestrian dynamics based on trajectory files.
https://pedpy.readthedocs.io
MIT License
15 stars 9 forks source link

Resolve fill of polygon is outside of polygon for narrow line widths #347

Closed schroedtert closed 3 weeks ago

schroedtert commented 3 weeks ago

For narrow line widths (e.g. 0.1) the fill of the polygon is not shown outside the boundary anymore:

image

Also the gaps/overlapping of lines is now resolved:

image

When this is also merged to main then #341 can be solved.