繁体   English   中英

JS,使用xlink:href将svg保存为png错误

[英]JS, save svg to png error with xlink:href

我尝试在客户端将svg保存为png。 请遵循以下说明http://techslides.com/save-svg-as-an-image/如果svg中没有img或img没有属性xlink:href,则可以节省很多时间。 错误:

This page contains the following errors:

error on line 1 at column 215: Namespace prefix xlink for href on image is not defined
Below is a rendering of the page up to the first error.

任何人都有经验,请帮助我!

您可以添加xlink命名空间,因为这就是错误提示。 在d3中为:

.attr("xmlns:xlink", "http://www.w3.org/1999/xlink")

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM