3b1b-manim/manimlib/mobject/svg
Naveen M K 5986d0e7d2
Add MarkupText
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>
2021-06-20 01:13:13 +05:30
..
__init__.py delete old entry point file and add __init__ for folders 2021-02-07 17:48:51 +08:00
brace.py Allow configuration in Brace.get_text 2021-03-31 23:23:34 -07:00
drawings.py Fix Lightbulb 2021-06-14 09:56:35 -07:00
svg_mobject.py Decompose ellipse manipulations 2021-03-24 14:00:46 -07:00
tex_mobject.py Merge pull request #1481 from libinglong/lbl-fix-tex 2021-06-14 09:50:20 -07:00
text_mobject.py Add MarkupText 2021-06-20 01:13:13 +05:30