svgedit | Powerful SVG-Editor for your browser

submited by
Style Pass
2023-01-23 18:30:26

SVGEdit is a fast, web-based, JavaScript-driven SVG drawing editor that works in any modern browser. SVGEdit is based on a powerful SVG canvas @svgedit/svgcanvas

SVGEdit is the most popular open source SVG editor. It was started more than 13 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.

We recommand using the V7 version but for older browsers or some abandoned features, you may need to access to old versions of SVGEdit.

You should fork SVGEdit in your github environment and install locally SVGEdit as explained above. Before you submit your PR, please make sure you run locally:

V7 is changing significantly the way to integrate and customize SVG-Edit. You can have a look to index.html to see how you can insert a div element into your HTML code and inject the editor into the div.

You can just use the underlying canvas and use it in your application with your favorite framework. See example in the demos folder or the svg-edit-react repository.

Leave a Comment