Incorrect position of text boxes rotated to 90 and 270 deg after changing text wrap to NONE.
Code snippet:
Document doc = new Document();
DocumentBuilder builder = new DocumentBuilder(doc);
builder.w…...different rotations and fill colors at the same position Shape...textBoxShape2.setFillColor(Color.RED); textBoxShape2.setRotation(90);...