Skip to content

Instantly share code, notes, and snippets.

@cxytomo
Created April 11, 2013 12:01
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 cxytomo/5362832 to your computer and use it in GitHub Desktop.
Save cxytomo/5362832 to your computer and use it in GitHub Desktop.
function createImageDataPressed (e) {
window.open(canv.toDataURL(),"cavasImage","left=0,top=0,width="+canv.width+",height="+canv.height+",toolbar=0,resizable=0");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment