Zhuanvi
Zhuanvi
## Motivation [Adding two or more images with ImageMobject showing the recent image in the Scene. ](https://github.com/3b1b/manim/issues/2010) The same problem also occurs in TextureSurface, and this PR is meant to...
## Motivation [Manim is not correctly drawing tikzpictures](https://github.com/3b1b/manim/issues/1209) ## Proposed changes - svg_mobject.py - tex_file_writing.py - ## Test **Code**: ```python from manimlib import * class Video(Scene): def construct(self): txt =...
## Motivation Animation VShowPassingFlash often encounters an IndexError: index 0 is out of bounds for axis 0 with size 0. for example: ```python from manimlib import * class Video(Scene): def...
## Motivation [Suggestion: Using z-order to define layer for Mobjects.](https://github.com/3b1b/manim/issues/852) ## Proposed changes - mobject.py - scene.py - ## Test **Code**: ```python from manimlib import * class Video(Scene): def construct(self):...
## Motivation [Video is squished on using aspect ratios other than 1920x1080 or 16:9.](https://github.com/3b1b/manim/issues/1393) This PR attempts to address this issue. ## Proposed changes - config.py - constants.py - shaders.py...
support manimgl and edge-tts
**Code**: ```python from manimlib import * class Video(Scene): def construct(self): txt = r""" \begin{tikzcd} {\mathcal{C}} \arrow["K"', from=1-1, to=2-1] \arrow[bend left=37, "F" name=U, from=1-1, to=2-2] \arrow[Rightarrow, "\eta" description, shorten