Skip to content

Instantly share code, notes, and snippets.

@zeffii
Created October 12, 2011 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeffii/1282236 to your computer and use it in GitHub Desktop.
Save zeffii/1282236 to your computer and use it in GitHub Desktop.
short declaration of imgtest rasterized image
function displayImage(){
// Create a raster item using the image tag with id='mona'
var raster = new Raster('imgtest');
// Move the raster to the center of the view
raster.position = view.center; // or some integer.
}
displayImage();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment