[iOS/Android] Use the Combine(Boolean) function to create new shapes

Written by Tia Isom

|

Published on

|

Modified on

|

Reading time for 0 min

Combined Functions

The combined functions include Unite, Subtract, Unite at Overlap, Subtract at Overlap, etc. These functions allow you to merge two or more vector elements into a new one, remove overlapping areas, and more.

Combined Functions Overview

Function Details

Unite

You can unite two layers together and generate a new layer.

Unite Example

Subtract

You can get a new layer with the overlapping parts removed from the top layer.

Subtract Example

Unite at Overlap

You can get a new layer with only the overlapping part of the layers.

Unite at Overlap Example

Subtract at Overlap

You can remove the overlapping parts while uniting two layers together and generate a new layer.

Subtract at Overlap Example

Subtract Crossover

You can remove the crossover parts of paths within a layer.

Subtract Crossover Example

Slice

You can separate two overlapping layers to create three or more new layers.

Slice Example

Leave a comment