Go to file
agriyadev5 537b98f7cb #584 attributeChangedCallback changed callback changes 2021-06-11 13:23:57 +05:30
.github github ci activated on pr 2021-05-18 14:08:41 +02:00
archive update master to V7 2021-05-09 19:29:45 +02:00
badges restore 2 tests and fix snapshot 2021-05-31 00:10:26 +02:00
cypress #105 jquery remove from cypress 2021-06-01 20:13:42 +05:30
demos fix access to images for the minimal demo 2021-05-15 21:53:22 +02:00
docs identation requirement to eslint 2021-05-28 10:35:46 +02:00
src #584 attributeChangedCallback changed callback changes 2021-06-11 13:23:57 +05:30
tools fix several configuration issue and linter 2021-05-19 23:09:40 +02:00
.editorconfig - Docs: Update testing info; update CHANGES 2020-02-20 12:31:06 +08:00
.eslintignore fix several configuration issue and linter 2021-05-19 23:09:40 +02:00
.eslintrc.js eslint: enforce use of const when variable not modified 2021-05-31 00:09:51 +02:00
.gitignore Update .gitignore 2021-05-09 20:07:05 +02:00
.npmignore remove unused travis.yml 2020-09-20 00:21:19 +02:00
.remarkrc - Linting (Markdown): Fix linting format 2018-10-19 15:19:18 +08:00
AUTHORS - docs: update Pavol's email address 2020-02-15 13:20:32 +01:00
CHANGES.md fix several configuration issue and linter 2021-05-19 23:09:40 +02:00
CODE_OF_CONDUCT.md prepare requirements for netlify 2020-09-13 12:44:35 +02:00
FUNDING.yml - Add name to FUNDING.yml 2020-09-17 10:28:36 +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
README.md fix several configuration issue and linter 2021-05-19 23:09:40 +02:00
babel.config.json fix issue with storage 2020-09-09 01:35:47 +02:00
composer.json fix several configuration issue and linter 2021-05-19 23:09:40 +02:00
cypress.json update master to V7 2021-05-09 19:29:45 +02:00
lgtm.yml fix several configuration issue and linter 2021-05-19 23:09:40 +02:00
licenseInfo.json #104 deparam changed ref: https://www.sitepoint.com/get-url-parameters-with-javascript/ 2021-05-27 14:17:01 +05:30
mocha-multi-reporters.json - Testing: Remove extra `spec` 2020-01-06 14:45:53 +08:00
netlify.toml build master with netlify 2021-05-09 22:57:43 +02:00
nyc.config.js update master to V7 2021-05-09 19:29:45 +02:00
package-lock.json update dependencies 2021-06-08 23:02:27 +02:00
package.json update dependencies 2021-06-08 23:02:27 +02:00
rollup.config.js enforce a few eslint rules 2021-05-13 01:00:09 +02:00
web-dev-server.config.mjs add more linter warnings 2021-05-14 23:28:12 +02:00

README.md

SVG-Edit

npm Dependencies devDependencies

Tests badge Coverage badge

Known Vulnerabilities Total Alerts Code Quality: Javascript

issuehunt-to-marktext

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

screenshot

Help wanted

SVG-Edit is the most popular open source SVG editor. It was started more than 10 years ago by a fantastic team of developers. Unfortunately, the product was not maintained for a quite long period. We decided to give this tool a new life by refreshing many aspects. If you can help us to maintain SVG-Edit, you are more than welcome!

Demo

Thanks to Netlify, you can test the following builds:

Try SVG-edit V7-preview here

Try SVG-edit 5.1.0 here

Try SVG-edit 6.1.0 here

Installation

Quick install

  1. Clone or copy the repository contents
  2. run npm i to install dependencies
  3. run npm run start to start a local server
  4. Use your browser to access http://localhost:8000/src/editor/index.html

Integrating SVG-edit into your own application

V7 is changing significantly the way to integrate and customize SVG-Edit. The documentation will be detailed here.

SVG-Edit is made of two major components:

  1. The "svgcanvas" that takes care of the underlying svg edition. It can be used to build your own editor. See example in the demos folder or the svg-edit-react repository.
  2. The "editor" that takes care of the editor UI (menus, buttons, etc.)

For earlier versions of SVG-Edit, please look in their respective branches.

Supported browsers

- Opera 59+,
- Chrome 75+,
- FireFox 68+,
- Safari 11+
- Edge 18+

Support for old browsers may require to use an older version of the package. However,
please open an issue if you need support for a specific version of your browser so
the project team can decide if we should support with the latest version.

Further reading and more information

Hosting

SVGedit versions are deployed to: Deploys by Netlify