ecmanim 0.0.9
Fixed
loadVectorFont/resolveFontPath(Node) are now exported fromecmanim/ecmanim/node, not just the internalrenderer/fonts-node.tsmodule (issue #14, PR #15). Without a public way to force the vector-glyph font pathrender()uses internally,Text/estimateTextSize()measured before the firstrender()call in a process silently used the raster/CHAR_ASPECTestimate instead, which could disagree with the real glyph metricsrender()ends up using by ~10% — enough to turn a correctly-gated "measure before you render" layout check into clipped output.
See CHANGELOG.md for full details.