kahunamoore / svg-edit

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

Allow Open/Import for all browsers via Source Editor #499

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open Safari 4-, Chrome 5-, or Opera 10.50-
2. Notice in the main menu that Open and Import are missing

If FileReader is not present, we could still put Open/Import in the main
menu and then just pop up a source editor explaining they should paste in
the contents they want to open/import.

Original issue reported on code.google.com by codedr...@gmail.com on 21 Feb 2010 at 2:50

GoogleCodeExporter commented 9 years ago
Just an idea about that because I think that it is not only useful for browsers 
that
don't support the upload feature.

Is it possible to tidy svg snippets? I mean if I open in an editor a file which 
has
too much tags may be blacklisted or some parts I am not interested in and I can 
copy
and paste parts of the drawings to the source editor and save it. Will it be 
possible
adding magically headers which are missing or close tags i missed?

Original comment by rb.p...@gmail.com on 26 Mar 2010 at 7:44

GoogleCodeExporter commented 9 years ago
Hm, if you're suggesting that SVG-edit magically close XML tags, etc that will 
be too
difficult, I'm afraid.  Maybe once all browsers are supporting the HTML5-ish 
syntax
of SVG.

Original comment by codedr...@gmail.com on 29 Mar 2010 at 3:42