Go to file
Brett Zamir ffde8814ac Fix security issue by avoiding use of eval() within postMessage calls between embedAPI and main editor (also namespace the messages and protect the imagelib extension message listener from non-string messages); avoid embedAPI's unneeded randomizing of callback IDs in favor of incrementing; deprecate old embedded_svg_edit API name in favor of JS/JSLint-friendly EmbeddedSVGEdit name (and allow it to be instantiated w/o new keyword); JSLint/HTML5-ize embedAPI files, remove HTML5/browser-optional type="text/javascript", remove unused comments for embedAPI
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2585 eee81c28-f429-11dd-99c0-75d572ba1ddd
2013-10-13 23:59:32 +00:00
build/tools Fix inclusion of jQuery in release-mode. Tweak shippy 2011-01-18 19:04:34 +00:00
chrome-app add files for creating chrome webstore app 2011-06-01 12:53:49 +00:00
clipart Reidentify all elements imported into the drawing. Add tests for it. 2010-02-22 00:56:19 +00:00
docs Remove unnecessary eval() dependency for tooltip hiding (also removed in commented out portion) (though this commit does not convert string-based setTimeout's into function-based ones) 2013-10-12 00:04:22 +00:00
editor Fix security issue by avoiding use of eval() within postMessage calls between embedAPI and main editor (also namespace the messages and protect the imagelib extension message listener from non-string messages); avoid embedAPI's unneeded randomizing of callback IDs in favor of incrementing; deprecate old embedded_svg_edit API name in favor of JS/JSLint-friendly EmbeddedSVGEdit name (and allow it to be instantiated w/o new keyword); JSLint/HTML5-ize embedAPI files, remove HTML5/browser-optional type="text/javascript", remove unused comments for embedAPI 2013-10-13 23:59:32 +00:00
examples Rename arbelos image to something sane :) 2010-02-02 18:19:56 +00:00
extras Updating license information as per http://code.google.com/p/svg-edit/issues/detail?id=959 2012-09-16 18:53:27 +00:00
firefox-extension fix build of firefox extension and opera widget again 2010-09-01 09:20:05 +00:00
opera-widget fix build of firefox extension and opera widget again 2010-09-01 09:20:05 +00:00
screencasts remove demo slide, include link on previous one 2010-08-31 08:23:53 +00:00
test Fix issue 1053: tspans now get remapped when their text parent are translated 2013-02-22 15:46:11 +00:00
wave oops, left some testing code 2010-01-04 23:23:40 +00:00
AUTHORS most of Slovak translation, some minor changes to the rest 2010-05-03 23:29:13 +00:00
CHANGES add 2.5 changes to CHANGES, change license to MIT 2011-09-29 14:56:00 +00:00
LICENSE Updating year of copyright 2012-09-16 18:22:56 +00:00
Makefile Correction of the problem with firefox with the radial gradient 2013-02-23 21:32:09 +00:00
README fixed calculation of base64 array length 2009-06-17 19:00:23 +00:00

README

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