Skip to content

Transparent background -t currently not working? #545

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kolibril13 opened this issue Oct 14, 2020 · 1 comment
Closed

Transparent background -t currently not working? #545

kolibril13 opened this issue Oct 14, 2020 · 1 comment
Labels
duplicate/wontfix This has either already been reported or is outside of the current development scope

Comments

@kolibril13
Copy link
Member

When I have this script:

from manim import *

class Test(GraphScene):
    def construct(self):
        self.add(Circle(fill_opacity = 0.3))


import os
from pathlib import Path
if __name__ == "__main__":
    script_name = f"{Path(__file__).resolve()}"
    os.system(f"manim   -t   --disable_caching -s -p  " + script_name)

I get this output, which has a black background, instead of a transparent one:
Test
Does that mean that the -t flag is currently broken?
Or did I make a mistake?

@kolibril13 kolibril13 added the pr:bugfix Bug fix for use in PRs solving a specific issue:bug label Oct 14, 2020
@leotrs
Copy link
Contributor

leotrs commented Oct 14, 2020

Closing as duplicate of #473

@leotrs leotrs closed this as completed Oct 14, 2020
@leotrs leotrs added duplicate/wontfix This has either already been reported or is outside of the current development scope and removed pr:bugfix Bug fix for use in PRs solving a specific issue:bug labels Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate/wontfix This has either already been reported or is outside of the current development scope
Projects
None yet
Development

No branches or pull requests

2 participants