Skip to content
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

Open
AStarySky opened this issue Jun 22, 2022 · 4 comments
Open

Long Text being cut down #1833

AStarySky opened this issue Jun 22, 2022 · 4 comments
Labels

Comments

@AStarySky
Copy link
Contributor

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:

class Textbug(Scene):
    def construct(self):
        text = "The study of this language does not require a bulky knowledge of numerous parts of mathematics; although some preliminary acquaintance with calculus and algebra is more than welcome."
        text_box = Text(text, font="Consolas").scale(0.7)
        self.add(text_box)

Wrong display or Error traceback:

Textbug

@AStarySky AStarySky added the bug label Jun 22, 2022
@Malacath-92
Copy link

@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.

@AStarySky
Copy link
Contributor Author

AStarySky commented Dec 5, 2024 via email

@AStarySky
Copy link
Contributor Author

AStarySky commented Dec 5, 2024 via email

@Malacath-92
Copy link

I did report this on manim CE as well: ManimCommunity/manim#4043

Using Tex is a good workaround in my case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants