CGContext transparency problem
问题 I have an UIView which has white background color set. I have set the blending mode of the CGContext of the UIView as 'kCGBlendModeCopy'. Then, 1. Draw an UIImage in that CGContext 2. Draw a path with alpha as 0 in that context. The transparent area covered by the path appears in black whereas my expected output was that it should be UIView's background color (i.e. white). Does anyone knows what is the problem here? Thanks in advance, Regards, Deepa 回答1: There is no problem here and hence no