Skip to content

Commit

Permalink
Optimizing load design speed
Browse files Browse the repository at this point in the history
  • Loading branch information
cavearr committed Feb 5, 2025
1 parent 4f1aa5f commit 0f9fd0e
Show file tree
Hide file tree
Showing 8 changed files with 432 additions and 416 deletions.
1 change: 1 addition & 0 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@
<script src="scripts/graphics/joint.shapes/wire.js"></script>
<script src="scripts/graphics/joint.shapes/io.js"></script>
<script src="scripts/graphics/joint.shapes/constant.js"></script>
<script src="scripts/graphics/joint.shapes/memory.js"></script>

<!-- Other internal support libraries -->
<script src="scripts/services/blockforms.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/graphics/joint.routers.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ joint.routers.ice = (function (g, _, joint) {

// if number of route finding loops exceed the maximum, stops searching and returns
// fallback route
maximumLoops: 820, //2000
maximumLoops: 1000, //2000

// possible starting directions from an element
startDirections: ['right', 'bottom'],
Expand Down
Loading

0 comments on commit 0f9fd0e

Please sign in to comment.