-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Long Text being cut down #1833
Labels
Comments
@AStarySky did you ever find a workaround for this issue? The same issue seems to be present on manim Community, but I can't find a bug for it. |
Umm, it’s probably the problem of manimpango, the text processing part of manim. What I choose to do is to just fallback to whatever version of manimgl that can handle this properly (I’m using v1.5.0 right now, which is pretty old). Also I remember that manimce and manimgl uses different version of manimpango, so it might not work for you.
But thank you for your attention on the problem, I hope that this problem will solve soon.(Maybe you can reach out to other developers maintaining CE)
Or just \n in every line.🫤
来自钉钉专属商务邮箱------------------------------------------------------------------
***@***.***>
日 期:2024年12月05日 16:23:05
***@***.***>
***@***.***>; ***@***.***>
主 题:Re: [3b1b/manim] Long Text being cut down (Issue #1833)
@AStarySky did you ever find a workaround for this issue? The same issue seems to be present on manim Community, but I can't find a bug for it.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Also, I’m quite busy with my studies right now, so it’s been a long time since I used manim last time. Apologies for any inaccuracies.
来自钉钉专属商务邮箱------------------------------------------------------------------
***@***.***>
日 期:2024年12月05日 16:23:05
***@***.***>
***@***.***>; ***@***.***>
主 题:Re: [3b1b/manim] Long Text being cut down (Issue #1833)
@AStarySky did you ever find a workaround for this issue? The same issue seems to be present on manim Community, but I can't find a bug for it.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I did report this on manim CE as well: ManimCommunity/manim#4043 Using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
In ManimGL v1.6.1 with manimpango v0.4.1, when passing a long string to
Text
, parts outside the screen are cut.Code:
Wrong display or Error traceback:
The text was updated successfully, but these errors were encountered: