Skip to content

ecmanim 0.0.5

Choose a tag to compare

@johnhenry johnhenry released this 03 Jul 00:13

Fixed

  • Axes/NumberPlane's c2p() didn't track transforms applied after construction (shift(), moveTo(), nesting inside a shifted parent, etc.), reported as #2. Fixed at the root: NumberLine.numberToPoint()/pointToNumber() now derive from the axis line's current rendered geometry rather than frozen construction-time scalars, and Axes.coordsToPoint()/pointToCoords() were simplified to mirror upstream Python manim's CoordinateSystem.coords_to_point.

See CHANGELOG.md for full details.