niklasvh / html2canvas

Screenshots with JavaScript
https://html2canvas.hertzen.com/
MIT License
30.09k stars 4.75k forks source link

Fix error image use transfrom rotate style (Update stacking-context.ts ) #3153

Open CheneyLin opened 4 months ago

CheneyLin commented 4 months ago

Fixed at https://github.com/niklasvh/html2canvas/pull/2663 once.

Summary

This PR fixesthe following bugs

More info visite https://juejin.cn/post/7078594967970512932

Test plan (required)

css transform: translateX(15%) rotate(-12deg); 截屏2024-03-07 00 25 14

Code formatting

-

Closing issues

Fixes #

CheneyLin commented 2 months ago

Best wish