Skip to content

Commit

Permalink
[ve] Change fix types check for drawShapeOrGroupRecursively
Browse files Browse the repository at this point in the history
  • Loading branch information
fedek1324 committed Dec 11, 2024
1 parent 475a4de commit 1ddca2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visio/model/VisioDocument.js
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@
graphics.RestoreGrState();

topLevelShapesAndGroups.forEach(function(shapeOrGroup) {
if (isFlipYMatrix) {
if (isFlipImages || isRecalculateTextY) {
drawShapeOrGroupRecursively(graphics, shapeOrGroup, baseMatrix, baseTextMatrix, isRecalculateTextY,
isFlipImages, logic_h_mm);
} else {
Expand Down

0 comments on commit 1ddca2d

Please sign in to comment.