i_overlay 6.0.0

Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "scale": 1000.0,
  "stroke": [
    [
      [ 2.0, 1.0],
      [ 5.0, 1.0],
      [ 8.0, 4.0],
      [11.0, 4.0],
      [11.0, 1.0],
      [ 8.0, 1.0],
      [ 5.0,   4.0],
      [ 2.0,   4.0]
    ]
  ]
}