Skip to content

Commit 878276d

Browse files
authored
Merge pull request #61 from jeanmarc-contrib/master
Revert default linetype from ortho to curve
2 parents 68bbb75 + 622bd86 commit 878276d

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

dist/plantuml-stdlib/stdlib/archimate/_examples_/Archimate-Elements.wsd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@startuml
22

3-
!global $ARCH_LOCAL = true
4-
!global $ARCH_DEBUG = true
3+
!global $ARCH_LOCAL = %true()
4+
!global $ARCH_DEBUG = %true()
55
!global $ARCH_MINIMUM_WIDTH = 120
66

7-
!if ($ARCH_LOCAL == false)
7+
!if ($ARCH_LOCAL == %false())
88
!include <archimate/Archimate>
99
'!theme archimate-alternate from <archimate/themes>
1010
'!theme archimate-handwriting from <archimate/themes>

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

samples/Archimate-InternetBrowser.wsd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@startuml Internet Browser Sample
22

3-
!global $ARCH_LOCAL = true
4-
!global $ARCH_DEBUG = false
3+
!global $ARCH_LOCAL = %true()
4+
!global $ARCH_DEBUG = %true()
55

6-
!if ($ARCH_LOCAL == false)
6+
!if ($ARCH_LOCAL == %false())
77
!include <archimate/Archimate>
88
'!theme archimate-alternate from <archimate/themes>
99
'!theme archimate-handwriting from <archimate/themes>

samples/Archimate-Overview.wsd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@startuml Archimate Overview
22

3-
!global $ARCH_LOCAL = false
4-
!global $ARCH_DEBUG = false
3+
!global $ARCH_LOCAL = %false()
4+
!global $ARCH_DEBUG = %false()
55

6-
!if ($ARCH_LOCAL == false)
6+
!if ($ARCH_LOCAL == %false())
77
!include <archimate/Archimate>
88
'!theme archimate-alternate from <archimate/themes>
99
'!theme archimate-handwriting from <archimate/themes>

samples/Archimate-Relationships.wsd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@startuml
22

3-
!global $ARCH_LOCAL = true
4-
!global $ARCH_DEBUG = false
3+
!global $ARCH_LOCAL = %true()
4+
!global $ARCH_DEBUG = %false()
55

6-
!if ($ARCH_LOCAL == false)
6+
!if ($ARCH_LOCAL == %false())
77
!include <archimate/Archimate>
88
'!theme archimate-alternate from <archimate/themes>
99
'!theme archimate-handwriting from <archimate/themes>

samples/Archimate-Sample01.wsd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@startuml
22

3-
!global $ARCH_LOCAL = false
4-
!global $ARCH_DEBUG = false
3+
!global $ARCH_LOCAL = %false()
4+
!global $ARCH_DEBUG = %false()
55

6-
!if ($ARCH_LOCAL == false)
6+
!if ($ARCH_LOCAL == %false())
77
!include <archimate/Archimate>
88
'!theme archimate-alternate from <archimate/themes>
99
'!theme archimate-handwriting from <archimate/themes>

0 commit comments

Comments
 (0)