Fixed in frame text gets distorted when we zoom out the camera
- 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:

Post zoom:

Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.