Skip to content

ktakiman/svgeditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a simple SVG editor web app built with React and Redux. It offers a better alternative to editing Bezier curves by hand. It's targetting those who prefer keyboard to mouse.

Features

  • keyboard as a main and only way of interaction
  • supports SVG path (quadratic & cubic Bezier), circle, ellipse
  • overlaying an image for easy tracing
  • zoom in/out
  • auto-fit work area to browser window
  • multiple drawings
  • multiple undo/redo
  • data are persisted to browser's local storage

Demo page is here

Galleries

screenshot 1

screenshot 2

screenshot 3

screenshot 4