-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add a piet::utils module for code common to different backends #183
Comments
Merged
cmyr
added a commit
that referenced
this issue
May 9, 2020
This is intended for bits of code shared between various backend implementations. closes #183
Merged
cmyr
added a commit
that referenced
this issue
May 9, 2020
This is intended for bits of code shared between various backend implementations. closes #183
cmyr
added a commit
that referenced
this issue
May 9, 2020
This is intended for bits of code shared between various backend implementations. closes #183
cmyr
added a commit
that referenced
this issue
May 9, 2020
This is intended for bits of code shared between various backend implementations. closes #183
cmyr
added a commit
that referenced
this issue
May 11, 2020
This is intended for bits of code shared between various backend implementations. closes #183
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Not just the stuff below, but also the blurred rect code in coregraphics & piet, and other shared code for writing images. Probably other stuff too.
I'd recommend calling into a helper function; https://github.com/linebender/piet/blob/master/piet-direct2d/src/text.rs#L230 is reasonable though we should have better ways of avoiding cross-crate duplication.
Originally posted by @raphlinus in #176
The text was updated successfully, but these errors were encountered: