mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Changing the way VMobject handles its internal bezier curves so as to eliminate the need for sup_paths
This commit is contained in:
@ -2218,7 +2218,7 @@ class IntroduceUnitCircleWithSine(GraphScene):
|
||||
color = YELLOW,
|
||||
)
|
||||
line.shift(FRAME_X_RADIUS*RIGHT/3).to_edge(UP)
|
||||
line.insert_n_anchor_points(10)
|
||||
line.insert_n_curves(10)
|
||||
line.make_smooth()
|
||||
|
||||
arc = Arc(
|
||||
|
Reference in New Issue
Block a user