StackOverflow Exception when loading HTML file with specific SVG image

Hi GemBox Team,

When I try to load an HTML file with the following content as DocumentModel with

var document = DocumentModel.Load(filepath);

my application is cancelled with a StackOverflowException.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<body class="body">
<img src="https://assets.emarsys.net/ui/static/images/placeholder-variable-image.svg"/>																																	
</body>
</html>

The link itself returns a image, but included in the HTML file it seems that it cannot be loaded.
Could you have a look at it?

Regards,
Sarah

Hi Sarah,

Please try again with this bugfix:

Install-Package GemBox.Document -Version 35.0.1629-hotfix

Does this solve your issue?

Regards,
Marko

Hi Marko,

the bugfix works. Thank you!

Regards,
Sarah