Play audio slide show -- Keyboard shortcut: 'x'  Back to slide -- Keyboard shortcut: 'u'                meta-lecture-notes.laml - The LAML source of this page.Slide 19 : 38
Program 1

(note-page 'id "svg-image"
  (title (main-text "Svg-image - Scalable Vector Graphics")
         (annotation "An illustration of an svg-image clause. Svg is the XML language for scalable vector graphics")
  )

  (svg-image 
   'src "hilbert.svg"
   'width "500" 'height "500"
   (main-text
    "The SVG image caption"
   )
  )


  (source-program
   'src "meta-lecture-notes.laml"
   'from-mark "(note-page 'id \"svg-image\""
   'to-mark end-mark 
   'slide-mode "external"
   'book-mode "inline"
   (color-decorations
   )
   (main-text
    "The LAML source of this page")
  )

  (cross-references
   (internet-reference 'href (man-entry "svg-image")
   (main-text "Manual entry")))

) ; end note-page