CBZSplashView icon indicating copy to clipboard operation
CBZSplashView copied to clipboard

(Suggestion) Mention the need to "reverse" bezier paths to get a "cut out"

Open RustyKnight opened this issue 9 years ago • 0 comments

As a suggestion, I spent an entire day playing around with a bunch of bezier paths, some complicated, some very simple, until it hit me, the direction of the winding would affect the result.

So, it might be worth mentioning, if you're not seeing any results using bezier paths, try using reversing (Swift)/beziePathByReversingPath (Objective C) and use the resulting path

RustyKnight avatar Oct 05 '16 21:10 RustyKnight