[gantt] Milestone indistinguishable from 1-day task

0 votes
asked Mar 25, 2019 in Wanted features by snarum (160 points)
The following code produces what appears to be two milestones rather than one milestone after a one-day task.  Single time unit duration tasks should be visually distinct from milestones (which are zero-time events.)

@startgantt

[Init Counters] as [cfg_ctr] lasts 4 days
[Init Decay Ctr] as [cfg_dec] lasts 1 days
[cfg_ctr] -> [cfg_dec]

[Init Complete] happens at [cfg_dec]'s end

@endgantt

1 Answer

0 votes
answered Mar 25, 2019 by plantuml (294,960 points)
selected Mar 27, 2019 by snarum
 
Best answer
Thanks for the report.

This should be fixed in last beta http://beta.plantuml.net/plantuml.jar

Tell us if it's not working for you
commented Mar 26, 2019 by snarum (160 points)
I still don't see any distinction.
commented Mar 27, 2019 by plantuml (294,960 points)
You're right...
We've just push another version http://beta.plantuml.net/plantuml.jar
This one should give better result.
...