Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement Core graphics transparency APIs #524

Closed
4 tasks done
rajsesh opened this issue Jun 3, 2016 · 1 comment
Closed
4 tasks done

implement Core graphics transparency APIs #524

rajsesh opened this issue Jun 3, 2016 · 1 comment
Labels

Comments

@rajsesh
Copy link
Contributor

rajsesh commented Jun 3, 2016

Specifically these stubs

  • CGContextBeginTransparencyLayer
  • CGContextBeginTransparencyLayerWithRect
  • CGContextEndTransparencyLayer
  • CGContextSetPatternPhase
@rajsesh rajsesh changed the title implement for Core graphics transparency APIs implement Core graphics transparency APIs Jun 3, 2016
@consvc consvc added the Approved label Jun 7, 2016
adein pushed a commit to vectorform/WinObjC that referenced this issue Jun 30, 2016
Implemented CGContextSetPatternPhase using the translation portion of the
pattern's transform matrix.

Implements last item in Issue microsoft#524
adein pushed a commit to vectorform/WinObjC that referenced this issue Jul 1, 2016
Implemented CGContextSetPatternPhase using the translation portion of the
pattern's transform matrix. Also contains a fix for a missing retain in
CGContextSetFillPattern.

Implements last item in Issue microsoft#524
jaredhms pushed a commit that referenced this issue Jul 1, 2016
Implemented CGContextSetPatternPhase using the translation portion of the
pattern's transform matrix. Also contains a fix for a missing retain in
CGContextSetFillPattern.

Implements last item in Issue #524
@adein
Copy link
Collaborator

adein commented Jul 5, 2016

@rajsesh-msft These items are finished and the issue can be closed.

@rajsesh rajsesh closed this as completed Jul 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants