ecmanim 0.0.7
Fixed
FadeIn(and other single-mobjectAnimationsubclasses) silently duck-typed an extra positionalMobjectargument asconfig, corrupting the first mobject instead of raising an error. Fixes #7. TheAnimationbase constructor now throws aTypeErrorwhenconfigis mobject-shaped; multiple mobjects must be wrapped in aGroup.Mobject.colorwas a dead field for rendering purposes — raw assignment never syncedVMobject'sstrokeColor/fillColor, which the renderer actually reads. Fixes #5.coloris now a getter/setter backed by_color, forwarding tosetColor().- CLI
render/plancrashed withTypeError: Class constructor ... cannot be invoked without 'new'for scene files that importedScenethrough a different specifier than the CLI itself. Fixes #3 (also closed #4 as a duplicate). Replacedinstanceof Scenechecks with a duck-typedisSceneLike().
See CHANGELOG.md for full details.