Question
Drawing RoundRect with line style is missing right side line?
Hi, for some reason, whenever I draw a roundRect with a line style (an no fill), the right side of the rect is missing:
var _shape:Shape = new Shape();
_shape.graphics.lineStyle(lineThickness, _color, alpha);
_shape.graphics.drawRoundRect(0, 0, width, height, rounded, rounded);
addChild(_shape);This is the result:

Does anyone know why?
Thanks in advance.
