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

Adopting a new diagram style #54

Open
ronaldtse opened this issue Nov 18, 2020 · 1 comment
Open

Adopting a new diagram style #54

ronaldtse opened this issue Nov 18, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ronaldtse
Copy link
Contributor

ronaldtse commented Nov 18, 2020

The current diagram style looks like this:

DisplayTemplate

It needs to be changed to something like this:

image

The original "style file" for PlantUML is this:

skinparam Dpi 150
skinparam Monochrome false
hide circle
skinparam Default {
  TextAlignment center
  FontName Helvetica
}

skinparam Class {
  AttributeIconSize 0
  BackgroundColor White
  ArrowColor Black
  BorderColor Black
  FontStyle bold
  StereotypeFontSize 10
}

skinparam Rectangle {
  BackgroundColor White
  ArrowColor Black
  BorderColor Black
  FontStyle bold
  FontSize 11
  StereotypeFontSize 10
}

skinparam Object {
  BackgroundColor White
  ArrowColor Black
  BorderColor Black
  FontStyle bold
  FontSize 11
  StereotypeFontSize 10
}

skinparam Entity {
  StereotypeFontSize 10
}
@ronaldtse ronaldtse added the enhancement New feature or request label Nov 18, 2020
@w00lf
Copy link
Contributor

w00lf commented Nov 20, 2020

@ronaldtse it seems that the main display feature we wont be able to implement here - graphviz does not support box-shadowing. I have not been able to find any mentions of such styling for graphviz, even for HTML labels.

image

Without this feature, diagrams will never visually close to our plantuml styling. I will try to search graphviz plugins that can do that, but in that case we will have an issue of actually shipping graphviz with plugins to the end users.

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