/justPath

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

Primary LanguageHTMLMIT LicenseMIT

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