I try to draw the text, but it is not drawn, why the error?
This is my code:
var a = document.getElementById("canvas");
var d = PIXI.autoDetectRenderer(200,200,a);
var ctx = new PIXI.Graphics();
document.body.appendChild(d.view);...
asked by
24.07.2017 / 13:16