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

Don't use peniko::Color with swash_render #226

Merged

Conversation

waywardmonkeys
Copy link
Contributor

Just make our own ColorBrush struct and use image::Rgba rather than pulling in Peniko and doing extra conversions.

This will also simplify things when Peniko is updated and gets the new color code.

Just make our own `ColorBrush` struct and use `image::Rgba` rather
than pulling in Peniko and doing extra conversions.

This will also simplify things when Peniko is updated and gets the new
color code.
@waywardmonkeys waywardmonkeys added this pull request to the merge queue Dec 10, 2024
Merged via the queue into linebender:main with commit 85a824a Dec 10, 2024
20 checks passed
@waywardmonkeys waywardmonkeys deleted the swash-render-no-peniko branch December 10, 2024 15:41
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.

2 participants