Note chanted stroke and fill after DrawBorderThenFill has complete

This commit is contained in:
Grant Sanderson 2023-11-06 12:31:52 -05:00
parent f4778b57ef
commit cbc32468bf

View file

@ -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):