Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 284 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 284 Bytes

Demo

http://jsdo.it/ynakajima/svgPathEditor/

Example

svg

<path id="path1" d="M 73 191 C 245 113 239 349 407 270" />

javascript

var path1 = document.getElementById("path1");
var svgPathEditor = new ynakajima.svg.SVGPathEditor(path1);