Closed dseverov closed 3 years ago
Does it possible to make Assignment relation looking closer to Archimate Standart - with black and smaller circle at starting end ?
Archimate PlantUML looking
Archimate Standart looking
(source: https://pubs.opengroup.org/architecture/archimate3-doc/chap05.html#_Toc10045314)
It looks like this is caused by using 0-->> as arrow notation, which gives an open circle.
0-->>
If it is replaced with @-->>, we get the desired result.
@-->>
I've opened #35 to resolve this.
Does it possible to make Assignment relation looking closer to Archimate Standart - with black and smaller circle at starting end ?
Archimate PlantUML looking
Archimate Standart looking
(source: https://pubs.opengroup.org/architecture/archimate3-doc/chap05.html#_Toc10045314)