i_overlay 6.0.0

Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties.
Documentation
{
  "intersect" : [
    [

    ]
  ],
  "clipPaths" : [
    [
      [
        10240,
        0
      ],
      [
        10240,
        10240
      ],
      [
        20480,
        10240
      ],
      [
        20480,
        0
      ]
    ]
  ],
  "difference" : [
    [
      [
        [
          [
            -10240,
            -10240
          ],
          [
            -10240,
            10240
          ],
          [
            10240,
            10240
          ],
          [
            10240,
            -10240
          ]
        ]
      ]
    ]
  ],
  "union" : [
    [
      [
        [
          [
            -10240,
            -10240
          ],
          [
            -10240,
            10240
          ],
          [
            20480,
            10240
          ],
          [
            20480,
            0
          ],
          [
            10240,
            0
          ],
          [
            10240,
            -10240
          ]
        ]
      ]
    ]
  ],
  "subjPaths" : [
    [
      [
        -10240,
        -10240
      ],
      [
        -10240,
        10240
      ],
      [
        10240,
        10240
      ],
      [
        10240,
        -10240
      ]
    ]
  ],
  "fillRule" : 0,
  "xor" : [
    [
      [
        [
          [
            -10240,
            -10240
          ],
          [
            -10240,
            10240
          ],
          [
            20480,
            10240
          ],
          [
            20480,
            0
          ],
          [
            10240,
            0
          ],
          [
            10240,
            -10240
          ]
        ]
      ]
    ]
  ],
  "clip" : [
    [
      [
        [
          [
            10240,
            0
          ],
          [
            10240,
            10240
          ],
          [
            20480,
            10240
          ],
          [
            20480,
            0
          ]
        ]
      ]
    ]
  ],
  "subject" : [
    [
      [
        [
          [
            -10240,
            -10240
          ],
          [
            -10240,
            10240
          ],
          [
            10240,
            10240
          ],
          [
            10240,
            -10240
          ]
        ]
      ]
    ]
  ],
  "inverseDifference" : [
    [
      [
        [
          [
            10240,
            0
          ],
          [
            10240,
            10240
          ],
          [
            20480,
            10240
          ],
          [
            20480,
            0
          ]
        ]
      ]
    ]
  ]
}