3b1b-manim/manimlib/mobject
YishiMichael 67f5b10626
Attempt to refactor SVGMobject with svgelements (#1731)
* Some small refactors

* Refactor MTex

* Implement TransformMatchingMTex

* Some refactors

* Some refactors

* Some small refactors

* Strip strings before matching

* Implement get_submob_tex

* Use RGB color mode

* Some small refactors

* Try refactoring SVGMobject with svglib

* Refactor SVGMobject using svgelements

* Refactor SVGMobject using svgelements

* Use functions instead of func names as dict values

* style: modify import order to conform to PEP8

* Set default values to None

* modify import order

* Remove unused import

Co-authored-by: TonyCrane <tonycrane@foxmail.com>
2022-02-11 07:53:21 -08:00
..
svg Attempt to refactor SVGMobject with svgelements (#1731) 2022-02-11 07:53:21 -08:00
types Attempt to refactor SVGMobject with svgelements (#1731) 2022-02-11 07:53:21 -08:00
__init__.py
boolean_ops.py Update boolean_ops.py 2022-01-31 23:29:36 +08:00
changing.py (Maybe temporary?) upates to Tracers 2021-08-26 11:44:45 -07:00
coordinate_systems.py Some refactors for MTex 2022-01-26 13:03:14 +08:00
frame.py
functions.py Implement ImplicitFunction (#1727) 2022-02-07 08:24:40 -08:00
geometry.py Attempt to refactor SVGMobject with svgelements (#1731) 2022-02-11 07:53:21 -08:00
interactive.py
matrix.py Update matrix.py 2021-10-12 09:04:30 +08:00
mobject.py Attempt to refactor SVGMobject with svgelements (#1731) 2022-02-11 07:53:21 -08:00
mobject_update_utils.py fix: fix typo spelling grammar 2021-08-07 22:25:26 +07:00
number_line.py Use isclose in place of of == 0 2021-08-26 11:43:44 -07:00
numbers.py Recover numbers.py 2021-11-27 16:16:18 +08:00
probability.py Change variables names: x_tick, x_ticks, y_tick, y_ticks 2021-12-17 15:02:10 +07:00
shape_matchers.py fix: fix typo spelling grammar 2021-08-07 22:25:26 +07:00
three_dimensions.py Remove unnecessary import 2021-12-21 10:58:41 -08:00
value_tracker.py Fix bug for single-valued ValueTracker 2021-08-26 11:42:58 -07:00
vector_field.py