<pre>
Preformatted text.

An HTML preformatted text region. Whitespace and line breaks within this element are preserved.

<canvas height="70" layout="axis: x">
  <text>
    Text
    without
    pre
  </text>

  <text multiline="true">
    <pre>Text
      with
      pre</pre>
  </text>
</canvas>