A border is an array of points defining a contigous, closed border.
Array<TypeParsablePoint> | Array<Array<TypeParsablePoint>>
If a border is not contigous, but rather is several "islands" of contigous, closed borders, then an array of point arrays can be used, where each point array is one island.
A border is an array of points defining a contigous, closed border.
Array<TypeParsablePoint> | Array<Array<TypeParsablePoint>>If a border is not contigous, but rather is several "islands" of contigous, closed borders, then an array of point arrays can be used, where each point array is one island.