47 Commits

Author SHA1 Message Date
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
f0cdcd90ba Fix Text wrong display (#889) 2020-04-23 20:36:57 -07:00
0f71b0a408 Playing wiht logo 2020-01-11 17:13:02 -08:00
fc28375e42 Changed modification for tex mobjects that begin with a newline, which involved eliminating alignment when a TexMobject creates many SingleStringTexMobject to figure out how to divvy itself up 2019-12-10 13:39:25 -08:00
72006334f5 Added a small fix to the issue of Tex inputs starting with a new line 2019-12-06 17:10:51 -08:00
1e3cf9fa78 Merge pull request #725 from Hammer7/master
Closes: #720
2019-11-06 16:21:23 -08:00
76c295a60b Add default stroke width for the svg mobjects
Closes: #747
2019-10-08 10:32:04 +03:00
a19a6317ec Closes: #720
Fix to interpret subsequent points of absolute MoveTo (M) command as absolute LineTo (L).
2019-09-13 01:51:22 +08:00
9b3e60f5ce Update some Text Mobject changes 2019-08-16 15:53:36 +08:00
0983fa11be Update some Text Mobject changes 2019-08-12 14:40:42 +08:00
e9fa188d42 New Text Mobject 2019-08-12 09:35:05 +08:00
fd3721e050 new Text mobject 2019-08-06 21:05:37 +08:00
057a92f92c new Text mobject 2019-08-05 22:53:15 +08:00
c7e6d9d474 Merge pull request #611 from 3b1b/diffyq
Diffyq
2019-07-24 20:38:48 -07:00
71b71f2d65 Solution of text rendering problem (#628)
Prevent unwanted space added between TextMobjects
2019-07-20 14:13:23 -07:00
f3048eb574 Fixed bug with Bubble 2019-06-23 16:26:05 -07:00
2294cdea4f Allow Bubble to flip over any axis, which was unnecessarily restricted before 2019-06-19 16:08:14 -07:00
caa4577cd1 reorganize media file tree 2019-06-03 23:41:05 -07:00
d5eecb8137 Tiny changes to Clock 2019-04-06 14:01:17 -07:00
5e7cbbdf24 Tiny formatting changes to drawings.py 2019-04-06 11:52:44 -07:00
8be321d104 Merge pull request #487 from 3b1b/ode
Ode
2019-04-04 08:55:38 -07:00
b0bbb1d078 Merge pull request #475 from niyiyu2316/master
Fix bug for creating Matrix
2019-04-04 08:54:22 -07:00
86a8cefc0f Fixed ClockPassesTime animation 2019-03-30 13:23:11 -07:00
0b56d6f311 Tex strings ending with 'dot' have a '{\quad}' added 2019-03-22 15:54:16 -07:00
282dfeedde I don't like this fix, but TexMobjects were breaking if the 'dot' part was left isolated 2019-03-22 11:50:58 -07:00
1ca26fcf1d Bug fix for Bubble.pin_to 2019-03-19 22:29:00 -07:00
d07c086bec Fix Laptop 2019-03-16 22:12:12 -07:00
4d3c511895 Fix Matrix 2019-03-17 03:05:52 +08:00
7c76b7add8 Fixed SVG parsing error with consecutive C or M coordinates. 2019-02-19 21:33:03 -08:00
9b5de02756 Fix logo 2019-02-15 11:48:37 -08:00
8877a256f2 Indexing of TexMobject should be no different from other Mobjects 2019-02-11 20:52:22 -08:00
306ee31d44 Fixed car problems. Regular mechanic over here 2019-02-10 10:26:08 -08:00
88b35c45b8 Created fading.py and growing.py to help break up animation.creation.py 2019-02-09 09:08:57 -08:00
1c4ff6a556 update_mobject -> interpolate_mobject for Animation, but not for ContinualAnimation 2019-02-08 11:57:27 -08:00
0dfc5a576b dashed_segment_length -> dash_length 2019-02-07 15:40:26 -08:00
d88c301622 Updating coordinate system mobjects 2019-02-06 21:16:26 -08:00
24d6113bba Get rid of propagate_style_to_family, since it is basically always true 2019-02-06 16:25:03 -08:00
b7cf5e82e3 rate_func can no longer be None, must be a function. Use 'linear' instead of None 2019-02-05 15:39:58 -08:00
272c5f4deb Remove VMobject.add_control_points 2019-02-05 15:25:15 -08:00
1f46904f9b Remove add_control_points, re-implement VMobject.align_points 2019-02-05 13:12:55 -08:00
eaf25ff34b Changing the way VMobject handles its internal bezier curves so as to eliminate the need for sup_paths 2019-02-05 11:02:15 -08:00
eb0c63606d sort_submobject -> sort and shuffle_submobjects -> shuffle 2019-02-04 15:02:32 -08:00
20f25615a6 arrange_submobjects -> arrange 2019-02-04 14:54:25 -08:00
4ae38cd9b8 Updates to logo object 2019-01-11 14:24:30 -08:00
6c78110e0f Changed default TexMobject.background_stroke_width to something less ugly in general 2019-01-04 12:47:26 -08:00
afdf907abc fix imports, remove __init__.py files, some pep8 linting 2018-12-27 09:41:41 -08:00
3543a750ba move library code into manimlib, replace relative imports with absolute imports 2018-12-26 20:57:01 -08:00