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

Activity: Allow post-positioned stereotype style #1422

Closed
The-Lum opened this issue May 9, 2023 · 2 comments
Closed

Activity: Allow post-positioned stereotype style #1422

The-Lum opened this issue May 9, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@The-Lum
Copy link
Collaborator

The-Lum commented May 9, 2023

Hi PlantUML team,

  • Could you allow post-positioned stereotype style on (beta-)Activity diagram?
    (like on Mindmap or WBS diagram...)

Here is an example:

<style>
.test {
  LineColor blue
  BackgroundColor lightCyan
  LineThickness 1.0
  ArrowThickness 0.5
  FontName Arial Narrow
  FontColor green
  FontSize 11
  FontStyle bold
}
</style>
:a;
<<test>>:b (OK);
:c (Not yet); <<test>>


Additional context & Ref.

✔️ OK Pre-positioned stereotype style on (beta-)Activity diagram:

✔️ OK Post-positioned stereotype style on Activity or Mindmap diagram:

Activity

Mindmap

Regards.

@arnaudroques
Copy link
Contributor

The first example is fixed.

About Mindmap, I think it is more logical to put the stereotype after the text.
There are some cases where the stereotype works before the text, but we keep it only for ascending compatibility.
People should not use this...

I hope this is fine for you.

@The-Lum
Copy link
Collaborator Author

The-Lum commented May 10, 2023

Thanks a lot.

I hope this is fine for you.

Yes. That's good. Don't modify the mindmap behaviour.

Regards.

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
None yet
Development

No branches or pull requests

2 participants