Go to file
Brett Zamir 52353c6321 - Further convert tabs -> 2 spaces in JS code comments (except in test performance
file where used for alignment though use tab escape within JS), CSS
    (including comments), PHP, SVG, JSON, XUL
- Remove extra spaces in svgcanvas.js, ext-connector.js
2018-05-18 14:41:43 +08: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 - Update Opera and jQuery links 2018-05-18 13:48:47 +08:00
editor - Further convert tabs -> 2 spaces in JS code comments (except in test performance 2018-05-18 14:41:43 +08:00
examples - Linting (ESLint): Use two spaces for indent 2018-05-18 14:05:52 +08:00
extras - Linting (ESLint): Finish 2018-05-17 11:34:21 +08:00
firefox-extension - Further convert tabs -> 2 spaces in JS code comments (except in test performance 2018-05-18 14:41:43 +08:00
opera-widget - Further convert tabs -> 2 spaces in JS code comments (except in test performance 2018-05-18 14:41:43 +08:00
screencasts - Complete conversion to 2-spaces, fixing issue #37 (also removed some extra/misplaced tabs/spaces in process) 2018-05-18 14:23:36 +08:00
test - Further convert tabs -> 2 spaces in JS code comments (except in test performance 2018-05-18 14:41:43 +08:00
.eslintignore - Rmv wave reference in `.eslintignore` 2018-05-18 13:53:33 +08:00
.eslintrc - Linting (ESLint): Use two spaces for indent 2018-05-18 14:05:52 +08:00
.gitignore - Fix: Broken lv locale, inconsistent tabs/spaces pt-PR 2018-05-13 11:03:45 +08:00
.npmignore - Add `.npmignore` 2018-05-13 10:00:12 +08:00
.remarkrc - Linting (HTML): Use double-quotes for attributes, remove redundant `type=text/css`, 2018-05-13 09:58:13 +08:00
AUTHORS - Linting (HTML): Use double-quotes for attributes, remove redundant `type=text/css`, 2018-05-13 09:58:13 +08:00
CHANGES.md - Rmv wave reference in `.eslintignore` 2018-05-18 13:53:33 +08:00
LICENSE-MIT.txt - Linting (HTML): Use double-quotes for attributes, remove redundant `type=text/css`, 2018-05-13 09:58:13 +08:00
Makefile Added new files to Makefile. Added underscores to private members in HistoryRecordingService. 2016-05-02 12:27:53 -04:00
README.md - Update Opera and jQuery links 2018-05-18 13:48:47 +08:00
composer.json - Linting (HTML): Use double-quotes for attributes, remove redundant `type=text/css`, 2018-05-13 09:58:13 +08:00
package-lock.json - npm: Add uglify script 2018-05-17 16:55:33 +08:00
package.json - Enhancement: Use minified version of jpicker in svg-editor 2018-05-17 17:42:46 +08: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