ecmanim 0.0.5
Fixed
Axes/NumberPlane'sc2p()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, andAxes.coordsToPoint()/pointToCoords()were simplified to mirror upstream Python manim'sCoordinateSystem.coords_to_point.
See CHANGELOG.md for full details.