pcb

Comment 0 for bug 927422

Revision history for this message
KaiMartin (kmk-familieknaak) wrote :

If the rat lines are supposed to be drawn with a fixed width of screen pixels, current versions of pcb require --rat-thickness to be given as nanometers with a value below 20nm. This patch adds "px" to the set of allowed units. Internally, the property is still treated as nanometers.
To reduce the probability of suprise, the patch sets the size that decides between interpretation as pixels and a scalable size is set to 100. Before the cmil/nm conversion, the limit was 20 cmil. So 100nm is still a few orders of magnitude smaller.

---<)kaimartin(>---