You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.