black-renderer icon indicating copy to clipboard operation
black-renderer copied to clipboard

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

Open justvanrossum opened this issue 3 years ago • 1 comments

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.

justvanrossum avatar Apr 28 '21 12:04 justvanrossum

CC @jfkthame

drott avatar Jul 22 '22 15:07 drott