Go to file
Neil Fraser 6aced017ea Add missing dependency
HistoryRecordingService is required at line 400.
2018-05-10 12:07:44 -07: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 Fix documentation markdown 2017-08-03 19:49:39 -04:00
editor Add missing dependency 2018-05-10 12:07:44 -07:00
examples Rename arbelos image to something sane :) 2010-02-02 18:19:56 +00:00
extras Delete old insecure server-save PHP in favor of a new php-savefile extension which requires addition by user of a configuration page "savefile_config.php" in order to work (and where the user should do their own validation). Add this config file and "saved.svg" (the default name when no filename is supplied) to SVN ignore list. 2014-01-31 12:58:16 +00:00
firefox-extension fix build of firefox extension and opera widget again 2010-09-01 09:20:05 +00:00
opera-widget Making tabbing consistent 2013-10-29 06:54:31 +00:00
screencasts remove demo slide, include link on previous one 2010-08-31 08:23:53 +00:00
test Formatting changes. 2016-05-04 09:54:20 -04:00
wave Rename labels to fix issue 1206 of confusing labels ("Open Image"->"Open SVG" and "Import SVG"->"Import Image") 2014-05-22 23:55:05 +00:00
.gitignore ignore svgedit.complied.js 2016-07-02 19:56:29 +08:00
AUTHORS changed email 2015-11-25 11:23:24 +01:00
CHANGES.md Add links 2015-12-03 00:13:15 -07:00
LICENSE Updating year of copyright 2012-09-16 18:22:56 +00:00
Makefile Added new files to Makefile. Added underscores to private members in HistoryRecordingService. 2016-05-02 12:27:53 -04:00
README.md 2017-07 Added to Packagist 2017-08-01 02:32:00 -04:00
composer.json Add composer.js to let PHP developers to keep track of svgedit on packagist.org. 2017-04-02 13:48:37 -03:00

README.md

alt text SVG-edit

SVG-edit is a fast, web-based, javascript-driven SVG drawing editor that works in any modern browser.

Try SVG-edit here

(Also available as a download in releases).

Recent news

  • 2017-07 Added to Packagist: https://packagist.org/packages/svg-edit/svgedit
  • 2015-12-02 SVG-edit 2.8.1 was released.
  • 2015-11-24 SVG-edit 2.8 was released.
  • 2015-11-24 Code, issue tracking, and docs are being moved to github (previously code.google.com).
  • 2014-04-17 2.7 and stable branches updated to reflect 2.7.1 important bug fixes for the embedded editor.
  • 2014-04-07 SVG-edit 2.7 was released.
  • 2013-01-15 SVG-edit 2.6 was released.

Videos

Supported browsers

The following browsers had been tested for 2.6 or earlier and will probably continue to work with 2.8.

  • Firefox 1.5+
  • Opera 9.50+
  • Safari 4+
  • Chrome 1+
  • IE 9+ and Edge

Further reading and more information