mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Note chanted stroke and fill after DrawBorderThenFill has complete
This commit is contained in:
parent
f4778b57ef
commit
cbc32468bf
1 changed files with 2 additions and 0 deletions
|
@ -139,6 +139,8 @@ class DrawBorderThenFill(Animation):
|
|||
submob.pointwise_become_partial(outline, 0, subalpha)
|
||||
else:
|
||||
submob.interpolate(outline, start, subalpha)
|
||||
submob.note_changed_stroke()
|
||||
submob.note_changed_fill()
|
||||
|
||||
|
||||
class Write(DrawBorderThenFill):
|
||||
|
|
Loading…
Add table
Reference in a new issue