All Projects → SVG-Edit → Svgedit

SVG-Edit / Svgedit

Licence: mit
Powerful SVG-Editor for your browser

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Svgedit

Poplar
A web-based annotation tool for natural language processing (NLP)
Stars: ✭ 403 (-91.38%)
Mutual labels:  svg
React Native Svg Animated Linear Gradient
A wrap SVG component for animated linear gradient
Stars: ✭ 418 (-91.06%)
Mutual labels:  svg
Govips
A lightning fast image processing and resizing library for Go
Stars: ✭ 442 (-90.54%)
Mutual labels:  svg
Ngx Charts
📊 Declarative Charting Framework for Angular
Stars: ✭ 4,057 (-13.2%)
Mutual labels:  svg
Icons
Official open source SVG icon library for Bootstrap.
Stars: ✭ 5,735 (+22.7%)
Mutual labels:  svg
Svg Turkiye Haritasi
SVG Turkey Map
Stars: ✭ 428 (-90.84%)
Mutual labels:  svg
Postcss Sprites
Generate sprites from stylesheets.
Stars: ✭ 402 (-91.4%)
Mutual labels:  svg
Line Charts
A library for plotting line charts in SVG. Written in all Elm.
Stars: ✭ 445 (-90.48%)
Mutual labels:  svg
Pts
A library for visualization and creative-coding
Stars: ✭ 4,628 (-0.98%)
Mutual labels:  svg
Awesome Svg
A curated list of SVG.
Stars: ✭ 4,226 (-9.58%)
Mutual labels:  svg
Jquery.flowchart
JQuery plugin that allows you to draw a flow chart.
Stars: ✭ 413 (-91.16%)
Mutual labels:  svg
Oblivion
The language of Art
Stars: ✭ 414 (-91.14%)
Mutual labels:  svg
Boxes
Boxes.py - laser cutting boxes and more
Stars: ✭ 429 (-90.82%)
Mutual labels:  svg
Svg Screenshots
📸🧩 Browser extension to take scalable, semantic, accessible screenshots of websites in SVG format.
Stars: ✭ 404 (-91.36%)
Mutual labels:  svg
Iconify
Universal icon framework. One syntax for FontAwesome, Material Design Icons, DashIcons, Feather Icons, EmojiOne, Noto Emoji and many other icon sets (90+ icon sets, 80,000+ icons).
Stars: ✭ 439 (-90.61%)
Mutual labels:  svg
Deepsvg
[NeurIPS 2020] Official code for the paper "DeepSVG: A Hierarchical Generative Network for Vector Graphics Animation". Includes a PyTorch library for deep learning with SVG data.
Stars: ✭ 403 (-91.38%)
Mutual labels:  svg
Datav React
React数据可视化组件库(类似阿里DataV,大屏数据展示),提供SVG的边框及装饰、图表、水位图、飞线图等组件,简单易用,长期更新
Stars: ✭ 427 (-90.86%)
Mutual labels:  svg
Philter
Philter is a JS plugin giving you the power to control CSS filters with HTML attributes.
Stars: ✭ 445 (-90.48%)
Mutual labels:  svg
Scour
Scour - An SVG Optimizer / Cleaner
Stars: ✭ 443 (-90.52%)
Mutual labels:  svg
Automator Workflows
A collection of Automator workflows (services) that speed up your design / development process. Compatible with LaunchBar 6 and 7 Actions
Stars: ✭ 439 (-90.61%)
Mutual labels:  svg

SVGEdit

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

Contributions

SVGEdit 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. Please let us know with an issue or a discussions if you wish to contribute.

Demo

Thanks to Netlify, you can test the following builds:

Try SVGEdit 7.0.0 here

Try SVGEdit 5.1.0 here

Try SVGEdit 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 SVGEdit into your own application

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.

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 SVGEdit, please look in their respective branches.

Supported browsers

Developments and Continuous Integration are done with a **Chrome** environment. Chrome, FireFox and Safari recent versions are supported (in the meaning that we will try to fix bugs for these browsers).
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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].