Skip to content

Setting a stroke width for a Tex object gives "M" devil horns #3328

Open
@sudgy

Description

@sudgy

Consider the following scene:

class Test(Scene):
    def construct(self):
        test = Tex("M")
        test.set_stroke(color = RED, width = 8)
        self.add(test)

This is the result with the cairo renderer:

Test_ManimCE_v0 17 3

I would expect those devil horns not to be there. Interestingly, while the problem seems to be there in the opengl renderer as well, it's not nearly as pronounced.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    🆕 New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions