Skip to content

v0.25.3

Choose a tag to compare

@demian0311 demian0311 released this 04 Jun 23:20
· 165 commits to main since this release

Fixed

  • Pyramid descriptions no longer clip at the right edge in embeds (Obsidian, remark/markdown, web embeds). normalizeSvgForEmbed's string bounding-box estimator assumed every <text> was text-anchor="middle", so it under-measured the right extent of start-anchored text (e.g. pyramid right-column descriptions) by half the text width — collapsing the tight viewBox and clipping that text when scaled to fit. The estimator now honors each element's text-anchor (start/middle/end). Benefits any chart type with anchored text near a margin.