from manim import * class Path(Scene): def construct(self): path = SVGMobject(file_name="39.svg",stroke_width=10,stroke_color=PINK) self.play(Create(path))