A.10. Graphics

[Note]

For more details, see the Images section of the Making Edits in doc/i/ chapter.

List of elements

<figure>An illustration with a title.
<mediaobject>A wrapper for images, audio, video, etc.
<inlinemediaobject>A wrapper for in-line images, audio, video, etc.
<imageobject>A wrapper for image data and other information.
<imagedata>A pointer to an image file.

Elements shown in context

<figure> <title>The Cascade Connect runtime window</title>
  <mediaobject>
    <imageobject>
      <imagedata  fileref="cc-test_10.gif">
    </imageobject>
    <imageobject>
      <imagedata  fileref="cc-test_10.pdf" scale=66 scalefit="1">
    </imageobject>
  </mediaobject>
</figure>