Commit graph

63 commits

Author SHA1 Message Date
鹤翔万里
d83fa90606
Fix Text Class's bugs in shaders branch (the same as #1030) (#1031)
* 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

* fix typo in text_mobject.py

* fix conflict of default size and height
2020-05-07 01:21:43 -07:00
Grant Sanderson
8384b8b46b Fix bug with clock 2020-03-27 12:04:30 -07:00
Grant Sanderson
6e0ae83685 Small fixes 2020-02-27 17:17:53 +00:00
Grant Sanderson
40b651d661 Reformat 2020-02-27 17:17:33 +00:00
Grant Sanderson
ea59950b2c Have mobjects track family and parents more directly 2020-02-21 10:56:40 -08:00
Grant Sanderson
bafc8c88d5 subdivide_sharp_curves -> should_subdivide_sharp_curves 2020-02-20 16:49:56 -08:00
Grant Sanderson
16ea2a0104 Fix bug with pi creature 2020-02-20 15:51:04 -08:00
Grant Sanderson
01cda8a130 Fix a few problems with PlayingCard 2020-02-18 22:31:49 -08:00
Grant Sanderson
8ad1c58f9e Fix bug with recursive paths 2020-02-18 22:31:29 -08:00
Grant Sanderson
6e932a24d2 Change defaults on when triangulation is locked...again 2020-02-17 14:01:46 -08:00
Grant Sanderson
3982303fcc Default to locked triangulation for texmobjects, not all svgs 2020-02-14 16:59:12 -08:00
Grant Sanderson
c780a7471b Default SVG paths and dots to have locked triangulation 2020-02-13 11:56:39 -08:00
Grant Sanderson
574b464a3c get_critical_point -> get_bounding_box_point 2020-02-13 10:54:09 -08:00
Grant Sanderson
9835813679 Rename generate_points to init_points 2020-02-11 19:55:00 -08:00
Grant Sanderson
699b886d68 Have svg paths subdivide sharper curves 2020-02-10 14:48:53 -08:00
Grant Sanderson
1e0c701733 Change behavior of Z in svg commands 2020-02-07 09:35:57 -08:00
Grant Sanderson
247f3ac2c4 Change behavior of Z command in svgs 2020-02-07 09:35:28 -08:00
Grant Sanderson
ccef2485b2 Refactor svg reading 2020-02-06 10:02:42 -08:00
Grant Sanderson
0f71b0a408 Playing wiht logo 2020-01-11 17:13:02 -08:00
Grant Sanderson
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
Grant Sanderson
72006334f5 Added a small fix to the issue of Tex inputs starting with a new line 2019-12-06 17:10:51 -08:00
Devin Neal
1e3cf9fa78
Merge pull request #725 from Hammer7/master
Closes: #720
2019-11-06 16:21:23 -08:00
DzyubSpirit
76c295a60b
Add default stroke width for the svg mobjects
Closes: #747
2019-10-08 10:32:04 +03:00
Hlaing Min
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
xy-23
9b3e60f5ce Update some Text Mobject changes 2019-08-16 15:53:36 +08:00
xy-23
0983fa11be Update some Text Mobject changes 2019-08-12 14:40:42 +08:00
xy-23
e9fa188d42 New Text Mobject 2019-08-12 09:35:05 +08:00
xy-23
fd3721e050 new Text mobject 2019-08-06 21:05:37 +08:00
xy-23
057a92f92c new Text mobject 2019-08-05 22:53:15 +08:00
Grant Sanderson
c7e6d9d474
Merge pull request #611 from 3b1b/diffyq
Diffyq
2019-07-24 20:38:48 -07:00
Xiao Young
71b71f2d65 Solution of text rendering problem (#628)
Prevent unwanted space added between TextMobjects
2019-07-20 14:13:23 -07:00
Grant Sanderson
f3048eb574 Fixed bug with Bubble 2019-06-23 16:26:05 -07:00
Grant Sanderson
2294cdea4f Allow Bubble to flip over any axis, which was unnecessarily restricted before 2019-06-19 16:08:14 -07:00
Devin Neal
caa4577cd1 reorganize media file tree 2019-06-03 23:41:05 -07:00
Grant Sanderson
d5eecb8137 Tiny changes to Clock 2019-04-06 14:01:17 -07:00
Grant Sanderson
5e7cbbdf24 Tiny formatting changes to drawings.py 2019-04-06 11:52:44 -07:00
Grant Sanderson
8be321d104
Merge pull request #487 from 3b1b/ode
Ode
2019-04-04 08:55:38 -07:00
Grant Sanderson
b0bbb1d078
Merge pull request #475 from niyiyu2316/master
Fix bug for creating Matrix
2019-04-04 08:54:22 -07:00
Grant Sanderson
86a8cefc0f Fixed ClockPassesTime animation 2019-03-30 13:23:11 -07:00
Grant Sanderson
0b56d6f311 Tex strings ending with 'dot' have a '{\quad}' added 2019-03-22 15:54:16 -07:00
Grant Sanderson
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
Grant Sanderson
1ca26fcf1d Bug fix for Bubble.pin_to 2019-03-19 22:29:00 -07:00
Grant Sanderson
d07c086bec Fix Laptop 2019-03-16 22:12:12 -07:00
Ni_Yiyu
4d3c511895 Fix Matrix 2019-03-17 03:05:52 +08:00
ProgrammingIncluded
7c76b7add8 Fixed SVG parsing error with consecutive C or M coordinates. 2019-02-19 21:33:03 -08:00
Grant Sanderson
9b5de02756 Fix logo 2019-02-15 11:48:37 -08:00
Grant Sanderson
8877a256f2 Indexing of TexMobject should be no different from other Mobjects 2019-02-11 20:52:22 -08:00
Grant Sanderson
306ee31d44 Fixed car problems. Regular mechanic over here 2019-02-10 10:26:08 -08:00
Grant Sanderson
88b35c45b8 Created fading.py and growing.py to help break up animation.creation.py 2019-02-09 09:08:57 -08:00
Grant Sanderson
1c4ff6a556 update_mobject -> interpolate_mobject for Animation, but not for ContinualAnimation 2019-02-08 11:57:27 -08:00