So I have some graphs that I am drawing in an AIR app. And I want to keep the line thickness the same when I resize the window. Should be easy using LineScaleMode.NONE. But When it scales, it is actually scaling the parent container, and it does not seem to work as the lines are getting thicker as it scales.
Any idea how to get around this, or fix it?
(in flex builder 3)