-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New library version used in examples: 0.8.0(#106)
- Loading branch information
Showing
13 changed files
with
13 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,10 +104,7 @@ <h5>Fit type</h5> | |
</section> | ||
|
||
<!-- load bpmn-visualization --> | ||
<!-- TODO Uncomment on the 0.8.0 release --> | ||
<!-- <script src="https://unpkg.com/[email protected]/dist/bpmn-visualization.js"></script> --> | ||
<!-- TODO Delete on the 0.8.0 release --> | ||
<script src="../../tmp/bpmn-visualization.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/bpmn-visualization.js"></script> | ||
<script src="./diagram-fit-on-load.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,10 +128,7 @@ <h2>Various fit variants</h2> | |
</section> | ||
|
||
<!-- load bpmn-visualization --> | ||
<!-- TODO Uncomment on the 0.8.0 release --> | ||
<!-- <script src="https://unpkg.com/[email protected]/dist/bpmn-visualization.js"></script> --> | ||
<!-- TODO Delete on the 0.8.0 release --> | ||
<script src="../../tmp/bpmn-visualization.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/bpmn-visualization.js"></script> | ||
|
||
<script> | ||
let fitType = bpmnvisu.FitType.None; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,10 +79,7 @@ <h2>Open a modal on mouse over on a call activity</h2> | |
</div> | ||
|
||
<!-- load bpmn-visualization --> | ||
<!-- TODO Uncomment on the 0.8.0 release --> | ||
<!-- <script src="https://unpkg.com/[email protected]/dist/bpmn-visualization.js"></script> --> | ||
<!-- TODO Delete on the 0.8.0 release --> | ||
<script src="../../../tmp/bpmn-visualization.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/bpmn-visualization.js"></script> | ||
<script src="./index.js"></script> | ||
<script src="./modal.js"></script> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.