Ugo

Results 2 issues of Ugo

When having some underlined text (\\) in a div with `text-align:justify`, the stroke doesn't go all the way under the words : ![image](https://user-images.githubusercontent.com/1921477/171866520-b2a67f17-7bc2-4cb2-838f-a53953d76e32.png)

layout

Currently using this client (3.0.0) within a JAX-RS API and experiencing a memory leak which causes after a certain time the server to crash. After adding a `@PreDestroy` method which...