-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[modern-screenshot] Failed image load data:image/svg+xml;charset=utf-8,... #36
Comments
看能否提供完整的 |
完整的 data:image/svg+xml 数据,请查看这里: https://gist.githubusercontent.com/aben1188/6b52a3d4de89d94240140ed335831fbb/raw/60b84817a2a4281fb90e86ad87dc4703ec56910e/gistfile1.txt |
我也遇到同样的问题,我的解决方案如下: |
@lujihong 能请教一下,你这是用在什么场景中的吗?能麻烦你详细说一下你的解决方案的具体思路吗?先谢过啦 |
v4.4.27 默认添加了去除异常属性的逻辑,可以尝试升级再试试 |
非常感谢,升级到v4.4.27后已经完美解决问题! “是这个属性导致的 xml error 可以帮忙看下这部分 html 上是怎么写的吗”,这个问题不是很清楚,因为我只是简单地通过querySelector方法获取到需要转换为图片的DOM结构,然后传入到modern-screenshot的domToPng方法中,中间没有修改过DOM结构,不知道为什么会变成这样。 再次感谢你及时修复问题! |
我仔细检查了一下,发现是Bing Chat聊天页面源DOM结构中的div.disclaimer元素的问题,该元素自身就多了一个“}”,请查看上面的DOM结构截图。 |
Steps To Reproduce
首先非常感谢作者辛苦开发的这个截图库,非常好用,试用过好多个类似的库,最终基于体验和效果,使用了这个库。
我使用该库来将Bing Chat的聊天页面中的指定DOM结构转为图片,之前能够正常转换,但最近不知道什么原因(或许是Bing Chat页面改版?),实际生成的图片为空白图片(即图片全部为白色,没有任何实际内容),浏览器开发者工具控制台中的报错信息如下:
[modern-screenshot] Failed image load data:image/svg+xml;charset=utf-8,...
[modern-screenshot] Failed to drawImage DOMException: Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The HTMLImageElement provided is in the 'broken' state.
Bing Chat的聊天页面中的需要转换为图片的指定DOM结构为:
Your Environment
The text was updated successfully, but these errors were encountered: