File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed
dist/plantuml-stdlib/stdlib/archimate Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 11' No <style> alternative found yet for skinparam maxMessageSize
22skinparam 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
55skinparam 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
99skinparam lineType $ARCH_LINETYPE
1010
1111' fallback values if theme does not define it
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments