3b1b-manim/manimlib/mobject
鹤翔万里 3362f93964
Fix three bugs(shaders/stroke/size) of Text Class (text_mobject.py) (#1030)
* fix: remove the last M tag in svg files to make Text run in shaders branch

* fix: close the svg path manually to fix the bug of wrong stroke

* fix: remove Space mobjects in Text to fix the bug of TransformText

* feat: make Text and TextMobject equal in size

* this will lead to more bugs of setting color, so I delete it
2020-05-05 00:12:22 -07:00
..
svg Fix three bugs(shaders/stroke/size) of Text Class (text_mobject.py) (#1030) 2020-05-05 00:12:22 -07:00
types Performance improvement for most scenes (#974) 2020-04-24 21:04:08 -07:00
changing.py Bug fix 2019-07-03 11:07:55 -07:00
coordinate_systems.py Typo in super() 77acc99 2020-02-09 11:31:54 +01:00
frame.py Small changes to frames.py 2019-02-06 22:43:45 -08:00
functions.py Formatting correction 2019-05-27 19:48:14 -07:00
geometry.py Tiny clean to spacing 2019-09-26 11:04:35 -07:00
matrix.py Add options for bracket spacing in Matrix 2019-03-24 11:33:23 -07:00
mobject.py Remove Mobject.print_family, as that is now in utils.debug 2019-12-06 17:10:26 -08:00
mobject_update_utils.py Better behavior for turn_animation_into_updater and cycle_animations 2019-04-02 17:43:18 -07:00
number_line.py NumberLine.default_numbers_to_display was not showing topmost number it should have 2019-06-25 09:03:33 -07:00
numbers.py Moved increment_value method to DecimalNumber 2019-04-06 14:01:04 -07:00
probability.py move library code into manimlib, replace relative imports with absolute imports 2018-12-26 20:57:01 -08:00
shape_matchers.py Forgot to propagate kwargs in Underline 2019-12-12 14:40:08 -08:00
three_d_shading_utils.py move library code into manimlib, replace relative imports with absolute imports 2018-12-26 20:57:01 -08:00
three_d_utils.py move library code into manimlib, replace relative imports with absolute imports 2018-12-26 20:57:01 -08:00
three_dimensions.py Parametric surface should remember what function created it 2019-06-20 13:26:22 -07:00
value_tracker.py Removed unnecessary import 2019-02-10 10:56:08 -08:00
vector_field.py Small formatting changes 2019-03-19 17:30:37 -07:00