SVGMobject error!
Open
- 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.