VectorAsset
Haxe/OpenFL -
A tiny library to create Bitmaps out of SVG images.
Dependency
SVG
Samples
Make sure VectorAsset is included where you need it.
`
import renderer.VectorAsset;
VectorAsset.create("image/src.png", width, height)`
A tiny library built ontop of Joshua Granick's SVG library
to create Bitmaps out of svg images.
https://github.com/lj222kj/VectorAsset
This is not the latest stable version of vectorasset. See version 1.1.0 for the latest version.
To install, run:
haxelib install vectorasset 1.0.1
See using Haxelib in Haxelib documentation for more information.
A tiny library to create Bitmaps out of SVG images.
SVG
Make sure VectorAsset is included where you need it.
`
import renderer.VectorAsset;
VectorAsset.create("image/src.png", width, height)`
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.