Skip to content

Commit

Permalink
Deploy latest build
Browse files Browse the repository at this point in the history
  • Loading branch information
egon-development committed Jan 6, 2025
1 parent f9975e6 commit c1bc4b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-latest-build/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6520,7 +6520,7 @@ class SvgService {
findIndexToInsertData(data) {
let insertIndex = data.indexOf('</defs>');
if (insertIndex < 0) {
insertIndex = data.indexOf('version="1.2">') + 14;
insertIndex = data.indexOf('version="1.1">') + 14; // BPMN 8 exports SVG v. 1.1
} else {
insertIndex += 7;
}
Expand Down
2 changes: 1 addition & 1 deletion app-latest-build/main.js.map

Large diffs are not rendered by default.

0 comments on commit c1bc4b3

Please sign in to comment.