MCPcopy
hub / github.com/ManimCommunity/manim / test_z_index_introducer

Function test_z_index_introducer

tests/test_graphical_units/test_creation.py:90–96  ·  view source on GitHub ↗
(scene)

Source from the content-addressed store, hash-verified

88
89@frames_comparison(last_frame=False)
90def test_z_index_introducer(scene):
91 a = Circle().set_fill(color=RED, opacity=1.0)
92 scene.add(a)
93 b = Circle(arc_center=(0.5, 0.5, 0.0), color=GREEN, fill_opacity=1)
94 b.set_z_index(-1)
95 scene.play(Create(b))
96 scene.wait()
97
98
99@frames_comparison(last_frame=False)

Callers

nothing calls this directly

Calls 7

CircleClass · 0.85
CreateClass · 0.85
set_z_indexMethod · 0.80
waitMethod · 0.80
set_fillMethod · 0.45
addMethod · 0.45
playMethod · 0.45

Tested by

no test coverage detected