You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the set_color_by_gradient function in ManimGL, the object does not get the expected gradient coloring. Instead, it either shows a single color or doesn't change color at all.
To Reproduce
Steps to reproduce the behavior:
Create a Text or VMobject.
Apply set_color_by_gradient with two or more colors.
Describe the bug
When I use the
set_color_by_gradient
function in ManimGL, the object does not get the expected gradient coloring. Instead, it either shows a single color or doesn't change color at all.To Reproduce
Steps to reproduce the behavior:
Text
orVMobject
.set_color_by_gradient
with two or more colors.Code:
The text was updated successfully, but these errors were encountered: