Reputation: 2708
I have just installed sketch and I am trying to create a circle with a tick sign inside. The issue is that whenever I use the Union option to merge the circle and tick sign the tick sign is hidden. Here are the steps.
Upvotes: -1
Views: 1735
Reputation: 1
You can just Group the two layers in step 4, rather than Union. Wouldn't that accomplish what you're looking to do?
Upvotes: 0
Reputation: 116
The union creates a newer shape with the outer boundaries of the elements. In your case, the check mark is inside the circle and the result is just the circle. The right operation would be: 1 convert the check mark into an outline (Shift + Cmd + O) 2 select the circle and the checkmark 3 use the option subtract so the new shape would be the circle minus the checkmark.
Upvotes: 0
Reputation: 149
You can select both and create a symbol. Then export the symbol. You don't need union for this since you don't have any of the two shapes protruding outside the other.
Upvotes: 1