This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script> | |
<script src="http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.2.2/underscore-min.js" type="text/javascript"></script> | |
<script type="text/javascript"> | |
album1 = {artist:"Sonic Youth" , album:'Dirty'} | |
album2 = {artist:"Cher" , album: 'blah'} | |
album3 = {artist:"Silverchair", album:'Frog Stomp'} | |
albums = [album1 , album2, album3] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
new Blocky('http://hackazach.net' ,'funfun', {cell_size:11, scriptheme:'watermelon'}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*remove un-used features here and clean up the UI */ | |
#copyright, #tool_wireframe, li#tool_clear, li#tool_open, li#tool_export, #tool_docprops, li#tool_import, | |
#tool_image, #tool_path{ | |
display:none; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
svgEditor.setConfig({ | |
dimensions: [400, 300], | |
canvas_expansion: 1, | |
show_outside_canvas:false, | |
iconsize: 'l', | |
//load the background here to start. | |
bkgd_url:"http://some-url.png", | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
svgEditor.setConfig({ | |
dimensions: [400, 300], | |
canvas_expansion: 1, | |
show_outside_canvas:false, | |
iconsize: 'l', | |
//load the background here to start. | |
bkgd_url:"http://www.babble.com/CS/blogs/strollerderby/2008/11/01-07/coffee.jpg", | |
}); |
NewerOlder