i_overlay 6.0.0

Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties.
Documentation
{
  "inverseDifference" : [
    [
      [
        [
          [
            -7200,
            13000
          ],
          [
            -4,
            8
          ],
          [
            0,
            -1
          ]
        ]
      ]
    ]
  ],
  "clip" : [
    [
      [
        [
          [
            -7200,
            13000
          ],
          [
            -6530,
            13300
          ],
          [
            -4,
            8
          ],
          [
            0,
            -1
          ]
        ]
      ]
    ]
  ],
  "subjPaths" : [
    [
      [
        -7200,
        13000
      ],
      [
        0,
        0
      ],
      [
        -6530,
        13300
      ]
    ]
  ],
  "subject" : [
    [
      [
        [
          [
            -7200,
            13000
          ],
          [
            -6530,
            13300
          ],
          [
            0,
            0
          ],
          [
            -4,
            8
          ]
        ]
      ]
    ]
  ],
  "xor" : [
    [
      [
        [
          [
            -7200,
            13000
          ],
          [
            -4,
            8
          ],
          [
            0,
            -1
          ]
        ]
      ],
      [
        [
          [
            -6530,
            13300
          ],
          [
            0,
            0
          ],
          [
            -4,
            8
          ]
        ]
      ]
    ]
  ],
  "clipPaths" : [
    [
      [
        -7200,
        13000
      ],
      [
        0,
        -1
      ],
      [
        -6530,
        13300
      ]
    ]
  ],
  "difference" : [
    [
      [
        [
          [
            -6530,
            13300
          ],
          [
            0,
            0
          ],
          [
            -4,
            8
          ]
        ]
      ]
    ]
  ],
  "intersect" : [
    [
      [
        [
          [
            -7200,
            13000
          ],
          [
            -6530,
            13300
          ],
          [
            -4,
            8
          ]
        ]
      ]
    ]
  ],
  "fillRule" : 0,
  "union" : [
    [
      [
        [
          [
            -7200,
            13000
          ],
          [
            -6530,
            13300
          ],
          [
            0,
            0
          ],
          [
            -4,
            8
          ],
          [
            0,
            -1
          ]
        ]
      ]
    ]
  ]
}