diff --git a/manimlib/utils/shaders.py b/manimlib/utils/shaders.py index 6fd3c03f..2f326a8b 100644 --- a/manimlib/utils/shaders.py +++ b/manimlib/utils/shaders.py @@ -140,7 +140,7 @@ def get_fill_palette(ctx) -> Tuple[Framebuffer, VertexArray]: in vec2 v_textcoord; out vec4 color; - const float MIN_RGB = 2.0 / 256; + const float MIN_RGB = 3.0 / 256; void main() { // Apply poor man's anti-aliasing