chenbo007 / svg-edit

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

Load/Save local files in Firefox extension #108

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is a patch to make svg-edit as a Firefox extension and to enable
loading/saving local files (SVG).

Original issue reported on code.google.com by thinker...@gmail.com on 21 Aug 2009 at 6:44

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This patch looks good - however, I want to make sure the load/save mechanism is
abstracted so the extension and widget can have this capability without 
updating the
base code.

Original comment by codedr...@gmail.com on 21 Aug 2009 at 6:53

GoogleCodeExporter commented 9 years ago

Original comment by adeve...@gmail.com on 25 Aug 2009 at 2:05

GoogleCodeExporter commented 9 years ago
This should now more or less work properly after r469. I was able to 
successfully 
(though manually) build the xpi file, run the extension, then save and open an 
SVG 
file. 

Note that the new handlers.js file must be added on svg-editor.html for the 
open/
save functionality to work.

Original comment by adeve...@gmail.com on 25 Aug 2009 at 6:32