Skip to content

Instantly share code, notes, and snippets.

@Adirockzz95
Adirockzz95 / manim_svg_example.py
Last active March 12, 2024 02:18
manim SVG object animation example
#!/usr/bin/env python
#
# Usage: python extract_scene.py -p [filename] [classname]
# eg: python extract_scene.py -p examples.py DrawCircle
#
import math
import os