zhuhai-1999

Results 3 issues of zhuhai-1999

When I change the font size of my browser normal: ![normal](https://user-images.githubusercontent.com/68882886/168253932-52cc70b9-41a3-43fa-96c1-5c3e8465eecc.png) bigger: ![bigger](https://user-images.githubusercontent.com/68882886/168253952-a7f2e2b9-a389-45f4-ad1b-715bbaaf0dd6.png) smaller: ![smaller](https://user-images.githubusercontent.com/68882886/168254011-89c1f11b-fb0a-4168-a906-e60cb276eff0.png) I found that in this method only `img.offsetTop` change when i change the font size...

修改浏览器大小的字体为大或者超大字体会变大并且向下偏移,使用rem布局后调节根节点大小,在页面上字体行高都正常,但是绘制出来的海报就是向下偏移 字体正常: ![normal](https://user-images.githubusercontent.com/68882886/168508177-25401e47-3fbe-4869-9eda-dffdfce916cd.png) 字体超大: ![bigger](https://user-images.githubusercontent.com/68882886/168508200-61c0f2c3-b6f9-4594-b5ab-9f03fcd8a3ea.png) 字体超小: ![smaller](https://user-images.githubusercontent.com/68882886/168508226-c9d860c5-f5cc-4541-af44-884a0af8337d.png) 观察了发现是绘制字体时baseline这个字段值有差异,找到他的构成是这个地方span.offsetTop是一样的,img.offsetTop是不同的,但是我实在弄不懂这个参数是怎么形成的,如何影响他,有大佬知道怎么解决吗,这个如果放在移动端应该算是比较大概率会碰到的问题吧 ![code](https://user-images.githubusercontent.com/68882886/168508709-53960d24-e6bf-4f32-9d6f-6b7b8f03cd82.png) * html2canvas version tested with:1.4.1 * Browser & version:qq浏览器,小米浏览器,华为浏览器等手机上能调节字体大小的浏览器应该都有 * Operating system:

![图片](https://user-images.githubusercontent.com/68882886/233003698-0de3e8e5-24d0-4f19-93ff-ce3463bf83f1.png) 官网就有这个问题,移动地图,就感觉页面上方有一块带裂纹的不规则玻璃