LineScaleMode is not implemented?

When I do something like

graphics.lineStyle(10, 0xff0000, 1.0, false, NONE);
graphics.moveTo(10, 10);
graphics.lineTo(200, 10);
scaleX = scaleY = 0.1;

The line is just one 1 pixel thick.

What target?

What results were you expecting?

Sorry for the late reply, I stopped checking.
HTML 5, I expect that when I have a Sprite that has a line drawn on it with LineScaleMode set to NONE the lines will remain at a constant thickness regardless of the scaleX/scaleY I set that Sprite to, the geometry will scale, but the thickness of the lines should be constant.