2. Modify the calculating method for line (rectangle based) shape in Same Pitch Output
By the old method, the line length is switched form the width of the rectangle. (Width of rectangle) x (Shape Height) = (X Pitch) x (H Pitch) x (Density). There is the chance that the width of the rectangle will be longer than X pitch, and the lines will be overlapped! But by the new method, we define the line length = X pitch when density=1 (line length = X pitch x Density), and the lines will be never overlapped!
|