justPath

justPath takes an svg path and processes it into draw commands


Keywords
cross, jsPath, svg
License
MIT
Install
haxelib install justPath 0.0.2-alpha

Documentation

justPath

justPath is quick parsing of a string from an svg path.

function draw(){
// beginfill 
// lineStyle
// just trace out version.
var p = new SvgPath( new PathContextTrace() );
p.parse( svgPathOnlyString, 0, 0 );
// endFill
}

0.0.2-alpha pre-release