Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 337 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 337 Bytes

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