skinparam wrapWidth brake line incorrectly

0 votes
asked Feb 11, 2019 in Bug by wro02922 (780 points)

Hi,

Font modification leads to unexpected line brake inside a note - refer diagram below.

@startuml
skinparam wrapWidth 300
a -> b : init
note over a 
long text long text long text long text long text long text <color #red>long</color> text long text long text long text long text long text <u>long</u> text long text long text long text long text long text long text long text long text long text long text
end note
a <- b : ack
@enduml

1 Answer

0 votes
answered Mar 5, 2019 by plantuml (294,960 points)
selected Mar 19, 2019 by wro02922
 
Best answer
Thanks for the report.

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

However, we have completely changed our code, so please post here if you find some regressions :-)

Regards,
commented Mar 19, 2019 by wro02922 (780 points)
Many thanks! This correction works fine.
...