Re: How can i export my emblem so that i can load it to other sites or print it?
This probably is the best way to do it:
1) Go to Customize Emblem and select the emblem you want to export
2) Open the console (Ctrl+Shift+J for Chrome, Ctrl+Shift+K for Firefox) and enter the following code to copy the raw emblem data to the clipboard: copy(
'emblem.emblem.load('
+JSON.stringify(emblem.emblem.data,
null
,
2
)+
');'
);
3) Paste the contents where you want to keep them (Notepad, for example) and close the console.
If you want to have an actual jpeg, png or bmp file, I'm afraid that you'll have to Print Screen the page so that you could see the whole emblem. Then you'll have to crop it so that the emblem alone remains... even MS Paint will do.