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

WIP CoreGraphics backend #4

Closed
wants to merge 2 commits into from
Closed

Conversation

jrmuizel
Copy link
Contributor

@jrmuizel jrmuizel commented Jan 4, 2019

This isn't ready to land but I through it together to see what needed to be added to core-graphics crate.

@raphlinus
Copy link
Contributor

Very cool! It's early to start getting serious about new back-ends right now because I expect to iterate somewhat on the core API, but it's also excellent to get feedback early about whether the design has issues that would cause problems.

@jrmuizel
Copy link
Contributor Author

jrmuizel commented Jan 4, 2019

On that note the semantics of clear are a bit weird. Both Cairo and CoreGraphics implementations respect the clip while Direct2D does not. Also Cairo and CoreGraphics are both using OVER and so you can't clear to transparent black if there's already something in the surface.

@cmyr
Copy link
Member

cmyr commented May 11, 2020

This has been merged as part of #176.

@cmyr cmyr closed this May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants