Grant Sanderson

Results 36 comments of Grant Sanderson

Sure, I can add some Armenian files to get started with. What series would be best to start with?

It does not at the moment, but that's a good suggestion.

There was a [recent PR](https://github.com/3b1b/manim/pull/2180) to address namespace issues in that interactive mode. Can you confirm whether the issue still comes up with the most recent commit?

Thanks for the detailed explanation and example. This will be tricky to fix fully on the rendering side without compromising some other features, but I can look into it. In...

I think the most recent commit should address this. At the very least, the example you gave including the holes within holes renders properly now. Let me know if the...

Ah, I see. It seems like this negative winding number situation now interferes poorly with the border width. If you call text.set_fill(border_width=0), you'll notice the issue goes away. I'll think...

I'm not seeing the same issue. Can you let me know what os you're using? There have been some updates to the rendering since this issue, does it still not...

This is definitely a bug, but I'd be hesitant to fix it this way. By default, manim will do its best to group together items to render all at once,...

I'm not sure I understand your question

It certainly does alpha blending already, that's all very standard. Note, though, that the way colors blend is dependent on the order in which they are rendered, so the bug...