Jump to content

google svg edit


jj72ny

Recommended Posts

I have been playing around with google's svg editor and was wondering if it's posible to put a pre slected background on the canvis that could be further edited by user. and can this background be changed by way of a slector link with out having the program on websight twice. ie if a user clicks on a link to square background it goes to svg editor with the square background or user clicks on circle link and it goes to svg editor with a circle background

Link to comment
Share on other sites

Unfourtanatly I have about 5 copy's on puter and non of them work cuz I have played around with them too much I screwed the last one up lastnight but it can be downloaded here http://code.google.com/p/svg-edit/downloads/list or you can look at it on my temp websight athttp://jjshed.site11.com/svg-edit-2.5.1/svg-editor.html if you go to http://jjshed.site11.com you'll see a toolbar hover on u design it and click on yard signs this is where I'd like to put the links to use the different background hope that makes cence

Link to comment
Share on other sites

If I open the svg-editor.js file and search for background, it looks like this is how you set a background URL: setBackground(defaultPrefs.bkgd_color, $.pref('bkgd_url')); The second value is the URL that you want to use, the first is a background color. It looks like there is also a way to embed the editor in an iframe instead of having it in a new page.

Link to comment
Share on other sites

According to the browser's developer tools, it looks like that function is window.svgCanvas.setBackground. You can see it defined on line 2357 of the svg-editor.js code if you want to see what it does or what it expects. You call that function from a button or link the same way you call any other Javascript function.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...