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 20, 2025
1 parent 0d3abec commit 1d7a3ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app-latest-build/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1731,12 +1731,12 @@ function DomainStoryRenderer(eventBus, styles, canvas, textRenderer, commandStac
function createMarker(type, fill, stroke) {
let id = type + "-" + fill + "-" + stroke + "-" + rendererId;
if (type === "activity") {
let sequenceflowEnd = (0,tiny_svg__WEBPACK_IMPORTED_MODULE_10__.create)("path");
(0,tiny_svg__WEBPACK_IMPORTED_MODULE_10__.attr)(sequenceflowEnd, {
let activityArrow = (0,tiny_svg__WEBPACK_IMPORTED_MODULE_10__.create)("path");
(0,tiny_svg__WEBPACK_IMPORTED_MODULE_10__.attr)(activityArrow, {
d: "M 1 5 L 11 10 L 1 15 Z"
});
addMarker(id, {
element: sequenceflowEnd,
element: activityArrow,
ref: {
x: 11,
y: 10
Expand Down Expand Up @@ -13144,7 +13144,7 @@ __webpack_require__.r(__webpack_exports__);
// The list of file replacements can be found in `angular.json`.
const environment = {
production: false,
version: '2.4.1-dev'
version: '3.0.0-dev'
};
/*
* For easier debugging in development mode, you can import the following file
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 1d7a3ce

Please sign in to comment.