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

Relation tags support line styles #159

Closed
kirchsth opened this issue Jun 17, 2021 · 1 comment · Fixed by #160
Closed

Relation tags support line styles #159

kirchsth opened this issue Jun 17, 2021 · 1 comment · Fixed by #160
Milestone

Comments

@kirchsth
Copy link
Contributor

Relation tags uses basically the arrow color skinparams. The (new) arrow color supports line styles like below too

@startuml
class foo
foo --> bar : normal
foo --> bar1 #line:red;line.bold;text:red  : red bold
foo --> bar2 #green;line.dashed;text:green : green dashed
foo --> bar3 #blue;line.dotted;text:blue   : blue dotted
@enduml

Based on that added relation tags could support line styles too like

AddRelTag("backup", $textColor="darkgray", $lineColor="darkgray", $lineStyle = DashedLine())
@kirchsth kirchsth changed the title Realtion tags support line styles Relation tags support line styles Jun 17, 2021
kirchsth added a commit to kirchsth/C4-PlantUML that referenced this issue Jun 17, 2021
kirchsth added a commit to kirchsth/C4-PlantUML that referenced this issue Jun 19, 2021
kirchsth added a commit to kirchsth/C4-PlantUML that referenced this issue Jun 19, 2021
Potherca added a commit that referenced this issue Jul 4, 2021
Potherca added a commit that referenced this issue Jul 4, 2021
 #159 Update readme sample with new features and styles
@Potherca Potherca added this to the v2.3.0 milestone Jul 4, 2021
@Potherca Potherca linked a pull request Jul 4, 2021 that will close this issue
@Potherca
Copy link
Member

Potherca commented Jul 4, 2021

Fixed in #160

@Potherca Potherca closed this as completed Jul 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants