How to fill holes with color in polygon and scale them?

Hey, I’ve created a polygon with some points. It has some holes or gap that I want to fill with same color as it is and scale the polygon or points so that all points should come inside the polygon not at the edge of the polygon.

Here is my playground - Playground

You should probably look into a triangulation algorithm, such as Delaunay Triangles | CodeGuru

1 Like