Power-kxLee / vue3-print-nb

vue-print-nb
MIT License
69 stars 12 forks source link

canvas 转换成 img 后,img 的 style 也应该继承 canvas #6

Open gotSeven opened 1 year ago

gotSeven commented 1 year ago

如截图1 打印预览中 地图 ploygon 发生错位 image 如果由 canvas 转换后的 img 把原canvas的样式也一并带上就没问题了 image

vue3-print-nb 版本:0.1.4

gotSeven commented 1 year ago

_img.style.cssText = canvasList[i].style.cssText

image