Skip to content
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

Fixed in frame text gets distorted when we zoom out the camera #2311

Open
SzymonOzog opened this issue Feb 8, 2025 · 0 comments
Open

Fixed in frame text gets distorted when we zoom out the camera #2311

SzymonOzog opened this issue Feb 8, 2025 · 0 comments
Labels

Comments

@SzymonOzog
Copy link

Describe the bug

Fixed in frame text gets distorted when we zoom out the camera. The more we zoom out the more distorted the text is
Code:

class Test(Scene):
    def construct(self):
        x = Cube(color=BLUE, opacity=0.5)

        self.play(ShowCreation(x))

        t = Text("test text").fix_in_frame()
        self.play(Write(t))
        #image 1

        self.frame.set_shape(289.8819, 162.93127)
        #image 2

Wrong display or Error traceback:

Additional context

Pre zoom:
Image

Post zoom:

Image

@SzymonOzog SzymonOzog added the bug label Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant