plantuml-stdlib / Archimate-PlantUML

PlantUML macros and other includes for Archimate Diagrams
MIT License
211 stars 56 forks source link

Non standart Assignment relation looking #33

Closed dseverov closed 3 years ago

dseverov commented 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-PlantUML

Archimate Standart looking

Archimate-Standart

(source: https://pubs.opengroup.org/architecture/archimate3-doc/chap05.html#_Toc10045314)

Potherca commented 3 years ago

It looks like this is caused by using 0-->> as arrow notation, which gives an open circle.

If it is replaced with @-->>, we get the desired result.

I've opened #35 to resolve this.