React Advanced Odontogram - v2.2.1
    Preparing search index...

    Function buildOdontogramSvg

    • 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.

      Returns { height: number; width: number; xml: string }