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
}
justPath takes an svg path and processes it into draw commands
https://github.com/nanjizal/justPath#justPath
To install, run:
haxelib install justPath 0.0.2-alpha
See using Haxelib in Haxelib documentation for more information.
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
}
Contributors |
Nanjizal |
Version 0.0.2-alpha |
Published 4 years ago |
License MIT |
|
Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!
Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.