Created
June 13, 2011 07:25
-
-
Save zmcartor/1022421 to your computer and use it in GitHub Desktop.
svg-edit config
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", | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment