Skip to content

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

Open
@SzymonOzog

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions