Hello PlantUML team,
- Could you improve clock's line, when clock (period) is not a multiple of the diagram length?
Observation: The clock's lines is too cropped when the clock's lines could have been larger than the diagram...
Here is an example:
@startuml
clock "c0" as C with period 50
clock "c1" as C1 with period 40 pulse 10
binary "Enable" as EN
@0
EN is low
@50
EN is high
@100
EN is low
EN@80 <-> @110 : <color:red>Clock1\nis missing\nfrom 80 to 110
EN@100 <-> @110 : <color:red>Clock0\nis missing\nfrom 100 to 110\n\n\n
@enduml
Regards,
Th.