File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
dist/plantuml-stdlib/stdlib/archimate Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11@startuml
22
3- !global $ARCH_LOCAL = false
3+ !global $ARCH_LOCAL = true
44!global $ARCH_DEBUG = true
55!global $ARCH_MINIMUM_WIDTH = 120
66
Original file line number Diff line number Diff line change 33!global $ARCH_LOCAL = false
44!global $ARCH_DEBUG = true
55
6+ '!global $ARCH_LINETYPE = curve
7+ '!global $ARCH_LINETYPE = polyline
8+ '!global $ARCH_LINETYPE = ortho
9+
610!if ($ARCH_LOCAL == false )
711 !include <archimate /Archimate >
812 '!theme archimate-alternate from <archimate/themes>
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ skinparam maxMessageSize 150
44' No <style> alternative found yet for skinparam maxMessageSize 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
9+ skinparam lineType $ARCH_LINETYPE
10+
711' fallback values if theme does not define it
812!global $ARCH_DEFAULT_BACKGROUND = "#white "
913!global $ARCH_DEFAULT_FONT ?= "Verdana "
You can’t perform that action at this time.
0 commit comments