vue3-print-nb icon indicating copy to clipboard operation
vue3-print-nb copied to clipboard

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

Open gotSeven opened this issue 2 years ago • 1 comments

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

vue3-print-nb 版本:0.1.4

gotSeven avatar Nov 16 '22 08:11 gotSeven

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

image

gotSeven avatar Nov 16 '22 09:11 gotSeven