Benjamin Hackl

Results 176 comments of Benjamin Hackl

Duplicate with some more information at #3548

This appears to be an issue with Python 3.13. The version restriction imposed on manimpango (`>=0.4.0.post0,

Does removing the quality options (`-qm`) from the magic command resolve the issue? You can alternatively set the render quality preset via `config.quality = "medium_quality"`.

The `latest` image does not need ffmpeg/avconf any longer: while the warning is printed, it should be inconsequential. The issue here is mainly about the error in step 3.

Very good idea, thanks for the suggestion! I've seen the issue with the fraction lines in the context of xelatex-rendered files before; there might even be some issues about it....

The canvas size used by manimpango is the scene width in pixels, but due to some additional weird scaling the dimensions don't translate back cleanly. You can observe that this...

Yes, true. The *actual* workaround, I guess, would be to do something like ```py with tempconfig({"pixel_width": 9000}): t = Text(long_string).to_edge(LEFT) ``` which indeed produces a one-line string for me.

This is actually a pretty interesting problem. A simple workaround would be to rewrite the raw string to a normal one, while properly escaping the backslash. I think that a...

Feel free to try whether this fixes the issue @adityakiran1423, sure!

> Hi, is this issue still open ? I'm new to open source but i'd like to work on this. I just checked https://docs.manim.community/en/stable/reference/manim.mobject.text.numbers.DecimalNumber.html and it appears that the problem...