Serialize the on-screen odontogram tooth grid into a single, self-contained
SVG string (vector, no rasterization). Each tooth SVG is placed as a nested
<svg> at its laid-out position; tooth number labels are emitted as <text>.
Returns null if the grid is not present.
Serialize the on-screen odontogram tooth grid into a single, self-contained SVG string (vector, no rasterization). Each tooth SVG is placed as a nested
<svg>at its laid-out position; tooth number labels are emitted as<text>. Returns null if the grid is not present.