What steps will reproduce the problem?
var shape = new Shape();
var g = shape.graphics;
g.lineStyle(0, 0x000000);//<-- if remove it - works
g.beginFill(0x0000ff);
g.drawRect(0, 0, 100, 100);
g.endFill();
var x = shape.width;
Expected: x == 100;
Result: exe programm error;
What version of the product are you using? On what operating system?
nme 3.2.0, target: windows, OS: Windows XP
Original issue reported on code.google.com by cse...@gmail.com on 12 Mar 2012 at 5:07
Original issue reported on code.google.com by
cse...@gmail.com
on 12 Mar 2012 at 5:07