When using mm as the unit for my sketch, I'm getting a rendering issue when drawing a line with lineWidth < 2.
This looks similar to when drawing a line that is smaller than 2 pixels, even though a mm is a much bigger unit than the pixel.
Will I have to use px as the unit, and manually scale to prepare for a print?