PLantUML Image preview alignment is not correct in latest chrome version(98.0.4758.102)

0 votes
asked Mar 4, 2022 in Bug by anonymous
In Chrome latest version, underscore characters go out of link text to the right as you can see in following image

And the code for this image is

@startuml

interface Subscription <<ABC, Protocol>> {
  [[https://www.google.com KLM MNO]]
  __
  &#171;OutEvent&#187; [[PATH_ABC(LinkAddedReqLinkAddedReq) ABC.LinkAddedReq ( )]]
  &#171;OutEvent&#187; [[PATH_ABC(LinkAddedReqLinkAddedReq) ABC.LinkAddedReq ( )]]
  __
  &#171;OutEvent&#187; [[PATH_ABC(LinkAddedReqLinkAddedReq) ABC.LinkAddedReq ( )]]
  &#171;OutEvent&#187; [[PATH_ABC(LinkAddedReqLinkAddedReq) ABC.LinkAddedReq ( )]]
  &#171;OutEvent&#187; [[PATH_ABC(LinkAddedReqLinkAddedReq) ABC.LinkAddedReq ( )]]
  &#171;OutEvent&#187; [[PATH_ABC(LinkAddedReqLinkAddedReq) ABC.LinkAddedReq ( )]]
  &#171;OutEvent&#187; [[PATH_ABC(LinkAddedReqLinkAddedReq) ABC.LinkAddedReq ( )]]
}

@enduml

Note - It looks fine in old versions of chrome(83.0.4103.116, 87.0.4280.66, ...), this problem occurs only in latest version .And the plantuml version we are using is 1.2020.02

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.
...