I have three paths. I want two of those paths, path1 and path2, to be subtracted from path3. I do not want the area that overlaps between path1 and path2 to be filled. Here's a diagram I made to explain what I mean:
I already tried this question, but it the accepted answer produces what is found above in "Result With EOClip." I tried CGContextSetBlendMode(ctx, kCGBlendModeClear)
, but all it did was make the fill black. Any ideas?