svg
svg copied to clipboard
Rendering openfl.svg is broken
I tried rendering the openfl.svg file with this library and the background is translated to the left.
Code used:
public function new () {
super ();
var svgFile = Assets.getText("openfl");
var svg = new SVG(svgFile);
svg.render(graphics, 0, 0);
cacheAsBitmap = true;
}
Hmmm. it looks like the background isn't translated, the output is not clipped correctly.
I can take a look at this. Can you please attach the openfl.svg
file?
Hello, attached as .txt (apparently I can't attach svgs).
It's the file used to create icons for a freshly created openfl project.
Thanks!
Thanks.