Note: Artwork, including ASCII to SVG conversions, is the responsibility of the Authors. The RFC Editor will not create artwork.

Requirements for Images

Pre-formatted text must be no more than 80 characters wide and should use an artwork tag with an attribute (to be defined later) to differentiate the different types of pre-formatted text..

SVG artwork will be based on the SVG 1.1 (Second Edition) standard.

Tags (for discussion only)

<figure>
  <artwork>
      <svg>
          ...
      </svg>
      <ascii>
          ...
      </ascii>
  </artwork>
</figure>