MRchildNEO / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

Export/save to file #633

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using either object tag or script tag embed
2. After user updated text node and its position
3. Extract updated svg code and save file on server to be printed later on

What is the expected output? What do you see instead?
Trying to get the updated SVG code to save to file.

What version of the product are you using? On what operating system,
browser, and version of Flash?
IE8, latest flash version, Windows XP

Please provide any additional information below. Reduced test cases are always 
appreciated!
I guess this is more of an enhancement than an issue.
I manage to get it to work on all browser SVG native support using the script 
tag embed method. But not working for other browser like IE8- where the dom is 
replaced by Flash as there is no way to extract SVG code. I have tried 
different ways for both embedding method and none seem to do the trick for IE8-.
Ideally I would like to know if there is a way to call the 'View SVG source - 
dynamic' option via javascript ...

Thanks

Original issue reported on code.google.com by christel...@gmail.com on 14 Nov 2011 at 3:36

GoogleCodeExporter commented 8 years ago
Also I was wondering why the original .fla isn't in SVn or supplied in the 
download?

Thanks.

Original comment by christel...@gmail.com on 14 Nov 2011 at 3:41