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

CoreGraphics backend doesn't support gradient extend modes REPEAT and REFLECT #4

Open
justvanrossum opened this issue Apr 28, 2021 · 1 comment

Comments

@justvanrossum
Copy link
Collaborator

It's possible to make this, by drawing multiple gradients. It requires some work as we'll need to know how many in each direction. This is similar to clip rect calculation in the Cairo backend, and should also allow us to remove the fillSolid workaround in CoreGraphics.

@drott
Copy link

drott commented Jul 22, 2022

CC @jfkthame

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

No branches or pull requests

2 participants