Another reason to package an updated version: the version currently in stable (it's the same in testing and unstable) doesn't generate correct diagrams.

If I take the "seasons" example of:
@startuml
concise "Season" as S
'30 days is scaled to 50 pixels
scale 2592000 as 50 pixels

@2000/11/01
S is "Winter"

@2001/02/01
S is "Spring"

@2001/05/01
S is "Summer"

@2001/08/01
S is "Fall"
@enduml

from https://plantuml.com/timing-diagram, and run it through plantuml I get a diagram without labels on the x-axis.

.Henrik

Reply via email to