Skip to content

Commit

Permalink
docu
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Mar 27, 2024
1 parent 6f809c2 commit f0d7cb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/site/markdown/export.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Depending on the tooling platform you can export Open-BPMN diagrams as a SVG gra

In VSCode you can choose the diagram menu option "Diagram Export as SVG..."

<img src="export-diagram01.png">
<img src="./images/export-diagram01.png" />


## Convert SVG to PNG Graphics
Expand All @@ -17,7 +17,7 @@ Using Gimp provides an easy way to open and export SVG Grpahics.

1. Open the SVG file (change dimension if needed)

<img src="export-diagram02.png">
<img src="./images/export-diagram02.png" />

2. Save the Image with 'Export as...' and choose the .png file extension

5 changes: 3 additions & 2 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<item name="Overview" href="overview.html" collapse="false">
<item name="Installation" href="install.html" />
<item name="Start modeling..." href="how_to_model.html" />
<item name="Export a Diagram" href="export.html" />
<item name="Imixs Workflow" href="install-imixs.html" />
</item>

Expand Down Expand Up @@ -41,12 +42,12 @@

<item name="Build" href="build/index.html" collapse="true">
<item name="Docker" href="build/DOCKER.html" />

</item>

</menu>


</body>

</project>
</project>

0 comments on commit f0d7cb8

Please sign in to comment.