weimingtom / nekonme

Automatically exported from code.google.com/p/nekonme
0 stars 0 forks source link

matrix not apply in jeash.display.BitmapData #243

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
var bmps: BitmapData = new BitmapData(64, 64, false, 0xffff0000);
var bmpd: BitmapData = new BitmapData(64, 64, false, 0xff0000ff);
bmpd.draw(bmps, new Matrix(0.5, 0, 0, 0.5, 0, 0));

http://code.google.com/p/nekonme/source/browse/trunk/jeash/display/BitmapData.hx
#576

Need ctx.drawImage() before ctx.restore().

Original issue reported on code.google.com by ilovevip...@gmail.com on 12 Jun 2012 at 2:33

GoogleCodeExporter commented 8 years ago
resolved with http://code.google.com/p/nekonme/source/detail?r=1858

Original comment by elearnin...@gmail.com on 21 Jul 2012 at 2:50