Skip to content

Commit

Permalink
fix: add protect attribute to hash_seed
Browse files Browse the repository at this point in the history
  • Loading branch information
YishiMichael committed Aug 22, 2022
1 parent c2a75e1 commit 8bd01d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions manimlib/mobject/svg/mtex_mobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def hash_seed(self) -> tuple:
self.path_string_config,
self.base_color,
self.isolate,
self.protect,
self.tex_string,
self.alignment,
self.tex_environment,
Expand Down
1 change: 1 addition & 0 deletions manimlib/mobject/svg/text_mobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def hash_seed(self) -> tuple:
self.path_string_config,
self.base_color,
self.isolate,
self.protect,
self.text,
self.font_size,
self.lsh,
Expand Down

0 comments on commit 8bd01d6

Please sign in to comment.