Skip to content

Commit 0c64f80

Browse files
author
JeanMarc van Leerdam
committed
Revert default linetype to curve, to prevent regressions in existing diagrams. Fixes #60
1 parent 68bbb75 commit 0c64f80

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/plantuml-stdlib/stdlib/archimate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: archimate
33
display_name: Archimate
44
description: PlantUML support for Archimate diagrams
55
author:
6-
version: 3.2.2
6+
version: 3.2.3
77
release:
88
license: MIT
99
source: https://github.com/plantuml-stdlib/Archimate-PlantUML

dist/plantuml-stdlib/stdlib/archimate/themes/shared_style.puml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
' No <style> alternative found yet for skinparam maxMessageSize
22
skinparam maxMessageSize 150
33

4-
' No <style> alternative found yet for skinparam maxMessageSize to make it work on elements that have nested elements
4+
' No <style> alternative found yet for skinparam StereotypeAlignment to make it work on elements that have nested elements
55
skinparam StereotypeAlignment right
66

7-
'No <style> alternative found yet for skinparam lineType ortho
8-
!global $ARCH_LINETYPE ?= ortho
7+
'No <style> alternative found yet for skinparam lineType
8+
!global $ARCH_LINETYPE ?= curve
99
skinparam lineType $ARCH_LINETYPE
1010

1111
' fallback values if theme does not define it

0 commit comments

Comments
 (0)