Skip to content

Commit

Permalink
Merge pull request #44 from csgoh/dev-processpiper
Browse files Browse the repository at this point in the history
Dev processpiper 0.7.0
  • Loading branch information
csgoh authored Feb 12, 2024
2 parents 655f150 + bdb4735 commit 26f2c4e
Show file tree
Hide file tree
Showing 56 changed files with 1,166 additions and 649 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ The generated diagram is as follows:
* RUBYRED
* TEALWATERS
* SEAFOAMS
* Diagrams can be saved to PNG or SVG formats


## Frontend Application
Expand Down
Binary file modified images/test/my_process_map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/test/test_appearance01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/test/test_auto_case1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/test/test_case1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/test/test_case10-BLUEMOUNTAIN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/test/test_case13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/test/test_case14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/test/test_case15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/test/test_case16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/test/test_case17.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/test/test_case2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/test/test_case3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/test/test_case4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/test/test_case5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/test/test_case6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/test/test_case7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/test/test_case8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/test/test_case9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/test/test_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/test/test_sample01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/test/test_sample02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/test/test_sample03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
483 changes: 249 additions & 234 deletions images/test/test_sample04.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/test/test_sample08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/test/test_sample11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/test/test_sample12.png
98 changes: 98 additions & 0 deletions images/test/test_sample13.svg
Binary file added images/test/test_text2diagram_01.png
Binary file added images/test/test_text2diagram_02.png
Binary file added images/test/test_text2diagram_03.png
Binary file added images/test/test_text2diagram_04.png
Binary file added images/test/test_text2diagram_05.png
Binary file added images/test/test_text2diagram_06.png
Binary file added images/test/test_text2diagram_07.png
Binary file added images/test/test_text2diagram_08.png
Binary file added images/test/test_text2diagram_09.png
Binary file added images/test/test_text2diagram_10.png
Binary file added images/test/test_text2diagram_11.png
Binary file added images/test/test_text2diagram_12.png
Binary file added images/test/test_text2diagram_13.png
Binary file added images/test/test_text2diagram_14.png
98 changes: 98 additions & 0 deletions images/test/test_text2diagram_14.svg
9 changes: 6 additions & 3 deletions src/processpiper/colourtheme.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@
DEFAULT_TITLE_FONT_SIZE = 26
DEFAULT_POOL_FONT_SIZE = 18
DEFAULT_LANE_FONT_SIZE = 18
DEFAULT_ELEMENT_FONT_SIZE = 14
DEFAULT_CONNECTOR_FONT_SIZE = 14
DEFAULT_CONNECTOR_ARROW_SIZE = 15
# DEFAULT_ELEMENT_FONT_SIZE = 14
DEFAULT_ELEMENT_FONT_SIZE = 15
# DEFAULT_CONNECTOR_FONT_SIZE = 14
DEFAULT_CONNECTOR_FONT_SIZE = 15
# DEFAULT_CONNECTOR_ARROW_SIZE = 15
DEFAULT_CONNECTOR_ARROW_SIZE = 13
DEFAULT_FOOTER_FONT_SIZE = 18
DEFAULT_OUTLINE_COLOUR = "black"
DEFAULT_OUTLINE_WIDTH = 1
Expand Down
Loading

0 comments on commit 26f2c4e

Please sign in to comment.