Skip to content

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

License

Notifications You must be signed in to change notification settings

nanjizal/justPath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published