Hello PlantUML team,
- Could you allow [style] RoundCorner [or rectangle] on State diagram?
Here is an example:
Code | Output |
@startuml
<style>
stateDiagram {
RoundCorner 0
}
</style>
title How to change RoundCorner by style?
state A {
state B {
}
state C {
state c : state c
}
}
state S1 : state S1
state S2
@enduml | RoundCorner 0: KO |
... | ... |
And same question about all the other styles element...
Thanks for your works,
Regards,
Th.