Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

In some cases Html2Canvas does not handle proper font alignment producing overlapping or squashed text.

Found in

EPiServer.Marketing.Testing 2.6.6

Fixed in

EPiServer.Marketing.Testing 2.6.7

(Or a related package)

Created

May 14, 2021

Updated

Jun 15, 2021

State

Closed, Fixed and tested


Description

Html2Canvas does not always produce expected results when multiple fonts are used in CSS class parameters. In particular, this can result in overlapped text when scaling the image.

Workaround:

Include an optional app settings parameter that can be used to override the font used in preview mode. 
<appSettings>
...
<add key="EPiServer:Marketing:Testing:PreviewStyleOverride" value="font-family: 'Sans Serif'; background: grey; color: white; !important" />
...
<appSettings>