4xx / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
0 stars 0 forks source link

Default Screen Size #1231

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Current Predefined screen is 640,480

What is the expected output? What do you see instead?

Want to make the value to 480,480,I saw all the files and modified still not 
reflecting.

In what version of SVG-edit does the problem occur? (Latest trunk, 2.7.1,
etc)

Please provide any additional information below.

Original issue reported on code.google.com by shobhabk...@gmail.com on 1 Aug 2014 at 6:46

GoogleCodeExporter commented 9 years ago
Create a config.js file in your /editor folder (if you do not have one 
already). (This is different from config-sample.js)

Then add this line to config.js:

    svgEditor.setConfig({dimensions: [480, 480]});

That should do the trick. Please confirm.

Original comment by bret...@gmail.com on 25 Sep 2014 at 6:23