1 decade ago by peepli
Hello,
I am trying to scale down an image of mine but without any success. I referred to the previous threads regarding this but still wasn't able to fix the issue
here is my code
what am I doing wrong?
I am trying to scale down an image of mine but without any success. I referred to the previous threads regarding this but still wasn't able to fix the issue
here is my code
bronzeTrophy2: new ig.Image('media/Achievements/bronze.png') ... .. .. .. var scale = 0.5; this.bronzeTrophy2.resize(scale); this.bronzeTrophy2.draw(395,75);
what am I doing wrong?