Elteoremadebeethoven/AnimationsWithManim

SVGMobject makes svg images without colors and proper geometry.

Closed this issue · 2 comments

How to make svg images with colors and proper geometry ?

class SVGTest(Scene):
    def construct(self):
        svg1 = SVGMobject("Partial")
        self.play(FadeIn(svg1))
        self.wait()

Partial.svg is looks like

Partial.svg

Output

Output
even i tried other svg images, same problem with all svg images.
i want to do that so that i can create some similar charaters to 'PiCreatures' and use Transform( ) to perform animations among different poses's svg images.

https://www.youtube.com/watch?v=KGdA8IB6JL0&list=PL2B6OzTsMUrwo4hA3BBfS7ZR34K361Z8F&index=27

i found your video, thanku.

i think that svg file is having improper geometry.

please make video about expressions.