3b1b / 3b1b/manim

SVGMobject error!

Open
#1,567 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
93.8k
Forks
7.7k
PR merge metrics
PR metrics pending

Description

When using SVGMObject , an error is raised!

from manimlib import *
class EulerONE(Scene):
def construct(self):
svg = SVGMobject("OmegaCreature_speaking.svg")
self.play(FadeIn(svg))

**Error**:
ValueError: could not convert string to float: '-30.6.3'

OS System: Ubuntu 20.04LTS

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.