You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
}
The text was updated successfully, but these errors were encountered:
I tried rendering the openfl.svg file with this library and the background is translated to the left.
Code used:
The text was updated successfully, but these errors were encountered: