Comment on My winter break project — SilkComments−javadi8215yIs there a way I could save the "silks" that I create?If not, would you please consider implementing it?−mnutt15yTry opening up Webkit Inspector console and type:$("<img/>").attr('src', $("#render").get(0).toDataURL()).prependTo("body");Or here's a bookmarklet: http://bookmarklets.heroku.com/bookmarklets/1799
Comments
Is there a way I could save the "silks" that I create?
If not, would you please consider implementing it?
Try opening up Webkit Inspector console and type:
$("<img/>").attr('src', $("#render").get(0).toDataURL()).prependTo("body");
Or here's a bookmarklet: http://bookmarklets.heroku.com/bookmarklets/1799