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
Embedded diagrams no longer clip in hosts (Obsidian, remark/markdown, web embeds). normalizeSvgForEmbed's content-tightening used a string bounding-box estimator that ignores <g transform> and misreads path arc commands, so it could compute a shifted, out-of-bounds box that overrode each renderer's already-correct viewBox and cut off the right/bottom of the diagram (ER tables, mindmap nodes, flowchart elements). Tightening is now only applied when the computed box sits within the renderer's canvas — a genuine sub-rectangle — otherwise the renderer's correct bounds are kept.