3b1b / 3b1b/manim

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

Aperta
#2,311 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
bug
Lingua principale
Python
Stelle
93.8k
Fork
7.7k
Metriche di merge delle PR
Metriche PR in attesa

Descrizione

### 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](https://github.com/user-attachments/assets/2c185780-e272-4847-869f-db656afa861c)

Post zoom:

![Image](https://github.com/user-attachments/assets/b319284e-6feb-49fc-9938-e0ddffe72a75)

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.