YishiMichael
YishiMichael
## Motivation Sometimes users may want to temporarily use tex commands from outer packages, which are by default not included in tex template files. So I add support for it....
### Describe the bug The amination class `FadeTransformPieces` runs as expected when both source mobject and target mobject are groups of geometries (like squares and circles), or both are groups...
The following code raises an error: ```py mob = Circle() mob.save_state() mob.shift(RIGHT) self.play(Restore(mob)) ``` The error message reads `Trying to restore without having saved`. However, if `Restore(mob)` is replaced with...
Keep variable types / function signatures updated. Also, thanks for taking my advice in the previous PR.
Hi, I'm currently working on a python repository about graphics rendering, and I'd like to include Clipper2 as a third party dependency. I encountered an error when running `pip install...