I was wondering how it would react to the scale being removed so I did the following test:
Divided the font size by 20 (since scale is 0.05)
Removed the scale part
Calculated the px/20 of each span tag (2 span tags in my test case)
Guess what... the text is shown properly in the print dialog.
Why they use this transform I have no idea.
|