Skip to content

Commit

Permalink
[ve] Disable invert fill patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
fedek1324 committed Jan 17, 2025
1 parent cede4c8 commit 9f8d436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visio/model/ooxmlApi/convertFunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1656,7 +1656,7 @@

function mapVisioFillPatternToOOXML(fillPatternType) {
// change down to up and up to down bcs of Global matrix inverted
let upSideDownPatterns = true;
let upSideDownPatterns = false;
switch (fillPatternType) {
case 2:
return upSideDownPatterns ? AscCommon.global_hatch_offsets.dnDiag :
Expand Down

0 comments on commit 9f8d436

Please sign in to comment.