Seed-based painting fails to paint within margin.

Issue #102 resolved
Juan Pablo Caram repo owner created an issue

The seedpoint is taken from the original polygon:

seedpoint = polygon.representative_point()

But then the buffered seed is intersected with the path_margin:

path = path.intersection(path_margin)

which can result in an empty geometry instantly if the seedpoint is between the polygon and the the path_margin.

Comments (1)

  1. Log in to comment