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

JS, save svg to png error with xlink:href

本文关键字:svg 保存 png xlink href 使用      更新时间:2023-09-26

我尝试在客户端将svg保存为png。按照这个说明http://techslides.com/save-svg-as-an-image/它可以保存良好,如果没有img在svg或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")