Skip to content

SVG の Path 要素を編集するための JavaScript ライブラリ

License

Notifications You must be signed in to change notification settings

ynakajima/SVGPathEditor

Repository files navigation

Demo

http:https://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);

About

SVG の Path 要素を編集するための JavaScript ライブラリ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published