7295eece099f6c27b43afa4589cbd8c5f01a806e
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2671 eee81c28-f429-11dd-99c0-75d572ba1ddd
Potentially breaking change: Prevent setting of extPath via URL and prevent setting of cross-domain or cross-folder extensions via URL, i.e., if the extensions string possesses the character ":", "/", or, to be extra safe, "\", (issue #4 of mailing list post "Agenda for resolving security issues"). extPath and extensions can still be meaningfully set freely via setConfig calls, e.g., "svgCanvas.setConfig({extPath: ..., extensions: ...});" if made before Editor.init() is called in svg-editor.js (which is called on a jQuery ready (i.e., DOMContentLoaded) event). To avoid modifying svg-editor.html, one could build an extension which loaded its own scripts as done by the simple extFunc() function in svg-editor.js, but this would occur a little later (Should we export extFunc() for this usage?).
SVG-edit, a web based SVG editor http://code.google.com/p/svg-edit/ see AUTHORS file for authors ----- SVG-edit contains code from these projects: jQuery JavaScript Library v1.3.2 http://jquery.com/ Copyright (c) 2009 John Resig jQuery js-Hotkeys http://code.google.com/p/js-hotkeys/ Copyright (c) 2008 Tzury Bar Yochay jPicker http://www.digitalmagicpro.com/jPicker/ Copyright (c) 2009 Christopher T. Tillman
Description
Languages
JavaScript
96.4%
HTML
2.8%
CSS
0.7%
PHP
0.1%