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 Apr 4, 2024
1 parent e07b1e7 commit 38ed3b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions app-latest-build/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8961,13 +8961,8 @@ class SvgService {
width += 300;
}
const {
insertText,
extraHeight
insertText
} = (0,src_app_Service_Export_exportUtil__WEBPACK_IMPORTED_MODULE_0__.createTitleAndDescriptionSVGElement)(title, description, xLeft, yUp, width);
if (withTitle) {
// to display the title and description in the SVG-file, we need to add a container for the text-elements
height += extraHeight + 80;
}
const bounds = this.createBounds(width, height, xLeft, yUp, xRight, yDown, withTitle);
const dataStart = data.substring(0, viewBoxIndex);
viewBoxIndex = data.indexOf('" version');
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 38ed3b5

Please sign in to comment.