Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow null for CGColorSpace.CreatePattern
Per Apple docs for the `CGColorSpaceCreatePattern(CGColorSpaceRef baseSpace)`, the `baseSpace` _should_ be null when creating the color pattern. So, allow `null` here. Fixes xamarin#20293
- Loading branch information