Dear support team,
we’ve been trying to resize Shapes by computing a scaling factor and applying it to the shapes Height and Width properties to make them fit into a table cell.
As long as the shape is oriented upright…...- baseWidth / 2.0, -shape.Top - baseHeight / 2.0); // Scale matrix...+ baseWidth / 2.0, shape.Top + baseHeight / 2.0); // 6. Apply...