likaiguo / svg-edit

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

Copy From and Paste Into SVG-edit #539

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Some suggestions around making it easier to copy from and paste into
SVG-edit instance:

  * should be able to copy selected elements.  SVG-edit would then create a
valid SVG document with just those elements (wrap it in a <svg>) and then
copy that text to the clipboard (I think this is possible in a web app
these days)

  * should be able to paste elements in SVG.  Upon pasting, SVG-edit
examines the contents of the clipboard.  If it is a valid SVG document,
then import that SVG into the drawing (using existing functionality)

  * drag/drop a SVG file onto SVG-edit.  Upon dropping, SVG-edit examines
the dropped content.  If it is a valid SVG document, then import the
document into the drawing.

This would facilitate being able to transfer elements from one image into
another image without having to import the whole image and then trim out
the stuff you don't want.

Original issue reported on code.google.com by codedr...@gmail.com on 14 Apr 2010 at 8:00

GoogleCodeExporter commented 9 years ago
Would love to see this functionality

Original comment by rbg...@gmail.com on 7 Feb 2012 at 4:02