Skip to content

Commit

Permalink
3.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Dec 27, 2020
1 parent 785852c commit c31b45e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/dependencygraph.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,16 @@
<path fill="#ffffff" stroke="black" stroke-width="2" d="M28,-16C28,-16 575,-16 575,-16 581,-16 587,-22 587,-28 587,-28 587,-426 587,-426 587,-432 581,-438 575,-438 575,-438 28,-438 28,-438 22,-438 16,-432 16,-426 16,-426 16,-28 16,-28 16,-22 22,-16 28,-16"/>
<text text-anchor="middle" x="301.5" y="-426.8" font-family="Helvetica,sans-Serif" font-weight="bold" font-size="9.00">script</text>
</g>
<g id="clust4" class="cluster">
<title>cluster_src/script/interpreter</title>
<path fill="#ffffff" stroke="black" stroke-width="2" d="M147,-30C147,-30 567,-30 567,-30 573,-30 579,-36 579,-42 579,-42 579,-220 579,-220 579,-226 573,-232 567,-232 567,-232 147,-232 147,-232 141,-232 135,-226 135,-220 135,-220 135,-42 135,-42 135,-36 141,-30 147,-30"/>
<text text-anchor="middle" x="357" y="-220.8" font-family="Helvetica,sans-Serif" font-weight="bold" font-size="9.00">interpreter</text>
</g>
<g id="clust5" class="cluster">
<title>cluster_src/script/utl</title>
<path fill="#ffffff" stroke="black" stroke-width="2" d="M495,-240C495,-240 546,-240 546,-240 552,-240 558,-246 558,-252 558,-252 558,-400 558,-400 558,-406 552,-412 546,-412 546,-412 495,-412 495,-412 489,-412 483,-406 483,-400 483,-400 483,-252 483,-252 483,-246 489,-240 495,-240"/>
<text text-anchor="middle" x="520.5" y="-400.8" font-family="Helvetica,sans-Serif" font-weight="bold" font-size="9.00">utl</text>
</g>
<g id="clust4" class="cluster">
<title>cluster_src/script/interpreter</title>
<path fill="#ffffff" stroke="black" stroke-width="2" d="M147,-30C147,-30 567,-30 567,-30 573,-30 579,-36 579,-42 579,-42 579,-220 579,-220 579,-226 573,-232 567,-232 567,-232 147,-232 147,-232 141,-232 135,-226 135,-220 135,-220 135,-42 135,-42 135,-36 141,-30 147,-30"/>
<text text-anchor="middle" x="357" y="-220.8" font-family="Helvetica,sans-Serif" font-weight="bold" font-size="9.00">interpreter</text>
</g>
<!-- node_modules/codemirror -->
<g id="node1" class="node">
<title>node_modules/codemirror</title>
Expand Down
Binary file modified docs/dependencygraph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mscgen_js",
"version": "3.1.18",
"version": "3.1.19",
"description": "Turns text into sequence charts. A faithfull implementation of the mscgen sequence chart language in javascript.",
"author": "Sander Verweij",
"license": "GPL-3.0",
Expand Down

0 comments on commit c31b45e

Please sign in to comment.