Lineweight dependent on drawing scale - how to keep line weight at 1



I am drawing Line2D and Quad2D elements on a JFrame using Graphics2D.

When I increase the scale of the Graphics2D transform, the line weight
increases, and I would rather this not happen. Is there a way I can
suppress this?

While I am on the subject, is there a way to manage lineweights in
Graphics2D at all or independently of scale?

Thanks.

- Paul Schrum

.



Relevant Pages