Skip to content

map-project/d3.svgeditor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d3.svgeditor

D3 SVG editor is a plugin for D3.js technology to provide a embedded SVG edition tool.

alt text

How to use:

git clone https://github.com/lightux/d3.svgeditor.git
cd d3.svgeditor
git submodule init
npm install
make

and look to dist/ folder

See the Demo

TODO:

  • allow to svgeditorize a existing DOM svg
  • add a svg import feature (maybe drag'n'drop)
  • recalculate path when anchor is dropped
  • resolve bug on resize
  • make focus on shapes
  • play with scale attribute to resize
  • integrate SVG.js

D3.js by Mike Bostock

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.4%
  • CSS 12.5%
  • HTML 5.1%