Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non standart Assignment relation looking #33

Closed
dseverov opened this issue Apr 27, 2021 · 1 comment · Fixed by #35
Closed

Non standart Assignment relation looking #33

dseverov opened this issue Apr 27, 2021 · 1 comment · Fixed by #35
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@dseverov
Copy link

dseverov commented Apr 27, 2021

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
Copy link
Member

Potherca commented Jul 5, 2021

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.

@Potherca Potherca added this to the v1.1.0 milestone Jul 5, 2021
@Potherca Potherca added the enhancement New feature or request label Jul 5, 2021
@Potherca Potherca self-assigned this Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants