Skip to content

Commit

Permalink
increase diagram size by a factor of 2
Browse files Browse the repository at this point in the history
  • Loading branch information
slu-it committed Sep 25, 2024
1 parent 51d39ed commit cf54038
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ class ApplicationContextDiagramGenerator(
appendLine("@startuml")
appendLine("'https://plantuml.com/deployment-diagram")
appendLine()
appendLine("scale 2")
appendLine()
appendLine(LEFT_TO_RIGHT)
appendLine()
appendLine(options.lineType)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ class MessagingDiagramGenerator(
appendLine("@startuml")
appendLine("'https://plantuml.com/deployment-diagram")
appendLine()
appendLine("scale 2")
appendLine()
appendLine("left to right direction")
appendLine()
appendLine(options.lineType)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ class MultipleApplicationsDiagramGenerator(
appendLine("@startuml")
appendLine("'https://plantuml.com/deployment-diagram")
appendLine()
appendLine("scale 2")
appendLine()
appendLine(options.direction)
appendLine()
appendLine(options.lineType)
Expand Down

0 comments on commit cf54038

Please sign in to comment.