Justin Willmert
Justin Willmert
Instead of applying the z-order sorting in the CairoMakie override, I've tried making the change directly to the `Arrows2D` recipe since it simultaneously fixes CairoMakie and GLMakie. I've added a...
Bump. Any additional comments? Regarding, > Might also be a good idea to directly call the inner `draw_poly` function and set `strokewidth = 0`. That's only on to improve anti-aliasing...
Good find. I was hesitant to go beyond my already-shaky understanding of Cairo 2D into the 3D case, so the feedback is greatly appreciated. (Soon-ish) I'll take a stab at...
The latest commit uses a simple counter to flush the pattern every Nth polygon (semi-arbitrarily chosen as N = 16384). Using the MWE from #2454, I ran `save()` for PNG,...