YishiMichael
YishiMichael
Some personal opinions on the new implementation of `Text`: - Due to the existance of ligatures, the result of slicing mobjects may be not expected (e.g. `Text("flame")[:2]` may contain 3...
Oh, I regarded `FormattedString` as a child class of `Mobject`. Sorry for misleading. In that case it becomes reasonable for me. > Also, are VMobject are addable (ie is VMobject...
Sorry, my bad. I missed a rounding function at `manimlib/mobject/svg/text_mobject.py`, line 351. I'll fix this issue asap. You may temporarily change that line into ```py "font_size": str(round(self.font_size * 1024)), ```
Hi, I've just dug into this issue. This is due to the outdated release of manimgl (version 1.6.1, released roughly eight months ago). This issue will be fixed along with...
I find there's no way for users to properly invoke `polyTreeToPaths64`, `polyTreeToPaths`, `simplifyPath`, `simplifyPaths`. Do I need to delete their signatures in .pyi stub file?
Please check out your OpenGL version support. The `gl.glBlendFunci` is supported for OpenGL >= 4.0. The version restriction should be applied in `toplevel/window.py`. To check out the gl version of...
By the way, what's the platform you are using? It's known that manim3 does not support macOS (for its end of support on OpenGL).
Sorry but it seems I cannot bring any help further. My configuration is almost identical with yours, but I cannot reproduce your exception.