Scaled layers are rendered too thick in normal mode
Brought to you by:
spetm,
thepurlieu
This bug is reproduceable in 2.4 as well as in a freshly updated 2.5A from git.
When a layer is scaled up, lines are rendered too thick in normal and High-Quality mode. Export to .png also shows this behavior. Fast mode rendering and vector export seems to be okay.
The attached screen shots show the layer example/orcad/rs232_cm.asb scaled by a factor of 10 in x and y direction, in fast and in normal rendering mode.
Screenshots illustrating the issue
Simon,
Good catch. This was due to the minimum line width check we have to always show lines. However the x10 scaling messed up the logic and made the minimum line width way too large. I've now disabled this check for scaled layers, and it is in git now.
Cheers--
Julian