conic-gradient support?
does v53 have this? i saw that some other gradient things might be fixed.
Hello!
It’s not in version 53, but it would be a good thing to have! It’s not easy, because conic gradients are not directly supported in PDF, but they probably can be implemented using mesh patterns.
I'm hoping to do something like this, if there's another way I'd love to explore it. that entire circle can be made with a single gradient, but i'm not sure how else to make it work. for now i'm using an svg with a flat color.

Using a green elliptical arc curve in front of a white circle should work too. It’s not easy to get the right parameters, but definitely possible.