Am 29.01.2022 um 01:49 schrieb Tim Mann:
             content.setLineDashPattern (new float[]{1}, 0); // reset lines
to solid // added 01262022

No that's a dash pattern of length 1. use "(new float[0], 0)".

Reply via email to