Bubble width 380px
Source items: a sequence of text fragments and inlineImage(src, { font, height: 24 }) items, fed to prepareRichInline. On every resize we call walkRichInlineLineRanges — pure arithmetic over cached text widths, no DOM reads. Each image fragment carries the PreparedImage handle, so rendering is a single <img src=…> with exact width/height pre-known.