1.0.6 • Published 10 years ago

sstp v1.0.6

Weekly downloads
3
License
ISC
Repository
github
Last release
10 years ago

svgShapeToPath

Convert rect/circle/ellipse/polygon elements to path element.

Install

git clone git@github.com:mailzwj/sstp.git
# or
npm install sstp

Use

First

npm install

Then

var convertToPath = require("./svg-shape-to-path").convertToPath;
convertToPath("./shape-to-path.svg", "./converted.svg");

Function

Convert rect/circle/ellipse/polygon elements to path element. Don't contain line and polyline element. if need, please use rect instead.

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago