We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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. 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:
Pre zoom:
Post zoom:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Wrong display or Error traceback:
Additional context
Pre zoom:

Post zoom:
The text was updated successfully, but these errors were encountered: