使用 PHP 或 Java 将带有foreignObject 标签的 svg 导出为图像
有没有办法使用 PHP 或 Java 将包含
的 标签导出为图像?我尝试过 https://github.com/sampula/SVG.toDataURL 但它不支持外来对象。
我希望能够将foreignObject 编码为base64 的唯一原因是foreignObject 标记包含一些HTML 和内部图像。
有办法做到这一点吗?
Is there a way to export an <svg>
tag containing <foreignObject>
as an Image using PHP or Java? I have tried https://github.com/sampula/SVG.toDataURL but it does not support foreignObject.
The only reason I want to be able to encode the foreignObject as to base64 is because that the foreignObject tag contains some HTML and an image inside.
Is there anyway to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
老问题,但是,是的,我已经使用 phantomjs 成功完成了它
Old question but, yes I've successfully done it using phantomjs