mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 13:03:31 +08:00

This would use a Pango specific markup which looks like html. There are some specific implementation here about `<color>` and `<gradient>` Pango doesn't support `<gradient>` or `<color> ` instead it works with `color` attribute and gradient isn't supported. Since, `SVGMobject` doesn't know about parsing colors from SVG image and implmentation of `<color>` and `<gradient>` is added. Co-authored-by: Philipp Imhof <52650214+PhilippImhof@users.noreply.github.com> Signed-off-by: Naveen M K <naveen@syrusdark.website>