Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
SVG image
Last updated at 10:43 pm UTC on 22 October 2020
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/image

width and height attributes are required.

x: Positions the image horizontally from the origin.
y: Positions the image vertically from the origin.

   <image xlink:href="http://wiki.squeak.org/squeak/uploads/30.png" height="100" width="100" x="200" y="100"/>