Paths.TypeScript is a port of the Paths.js javascript library for the TypeScript language.
It WILL be provided to the DefinitelyTyped.
Include a line like this:
/// <reference path="paths.d.ts" />
Paths.TypeScript only binds 1/4 APIs :
- Low level API
Others apis must be done and/or requested contributors.
var path = paths.Path()
.moveto(10, 20)
.lineto(30, 50)
.lineto(25, 28)
.qcurveto(27, 30, 32, 27)
.closepath();
DONE, to be tested.
TODO
TODO / Contributors requested
Contributors requested
Contributors requested