svg <title> does not include whole puml title

0 votes
asked Apr 30, 2025 in Bug by boshka (4,060 points)
edited Apr 30, 2025 by boshka
in this example:

@startuml

title line 1\nline2

Bob -> Alice : hello
@enduml

only line 1 will get into svg title: <title>line 1</title>

Please have a look: https://www.plantuml.com/plantuml/svg/SoWkIImgAStDuU8goIp9ILN8oSnBLJ2CoGFHHbnSJlb92hfs2euvcScf2bOA6QavEVbS3gbvAK0j0000

Should be:

<title>line 1
line 2</title>

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...