mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 10:37:45 +00: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> |
||
|---|---|---|
| .. | ||
| svg | ||
| types | ||
| __init__.py | ||
| changing.py | ||
| coordinate_systems.py | ||
| frame.py | ||
| functions.py | ||
| geometry.py | ||
| interactive.py | ||
| matrix.py | ||
| mobject.py | ||
| mobject_update_utils.py | ||
| number_line.py | ||
| numbers.py | ||
| probability.py | ||
| shape_matchers.py | ||
| three_dimensions.py | ||
| value_tracker.py | ||
| vector_field.py | ||